HomeSort by relevance Sort by last modified time
    Searched refs:value_t (Results 1 - 14 of 14) sorted by null

  /external/valgrind/memcheck/tests/vbit-test/
vbits.h 61 } value_t; typedef in typeref:union:__anon42967
70 value_t value);
76 vbits_t src1_v, value_t src1_value,
77 vbits_t src2_v, value_t src2_value,
vtest.h 196 value_t value;
binary.c 35 and_combine(vbits_t v1, vbits_t v2, value_t val2, int invert_val2)
405 static value_t
408 value_t val;
422 static value_t
425 value_t val;
639 The reason is that in ir_inject.c the value_t type is not visible.
644 value_t v2; // value assigned here
util.c 82 print_value(FILE *fp, value_t val, unsigned num_bits)
vbits.c 164 vbits_t v, value_t val)
263 vbits_t src1_v, value_t src1_value,
264 vbits_t src2_v, value_t src2_value,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
text.h 37 union value_t { union in struct:spv_literal_t
  /external/tensorflow/tensorflow/core/kernels/
tensor_array.h 461 Tensor* value_t = value->AccessTensor(ctx); local
462 if (value_t->dtype() != dtype_) {
466 " because the value dtype is ", DataTypeString(value_t->dtype()),
469 if (!element_shape_.IsCompatibleWith(value_t->shape())) {
473 " because the value shape is ", value_t->shape().DebugString(),
478 element_shape_ = PartialTensorShape(value_t->shape().dim_sizes());
497 // Check that value_t shape matches t.shape
498 if (value_t->shape() != t.shape) {
503 " but the new input shape is ", value_t->shape().DebugString(), ".");
518 existing_t, value_t);
    [all...]
tensor_array_ops.cc 660 const Tensor* value_t = values[i].AccessTensor(ctx); variable
662 ctx, value_0_t->shape() == value_t->shape(),
666 " has shape: ", value_t->shape().DebugString()));
668 new ConstMatrix(value_t->shaped<T, 2>({1, value_t->NumElements()})));
892 const Tensor* value_t = value_tensors[i]; variable
    [all...]
  /frameworks/av/media/libeffects/dynamicsproc/
EffectDynamicsProcessing.cpp 41 using value_t = union {
644 static_assert(sizeof(float) == sizeof(int32_t) && sizeof(float) == sizeof(value_t) &&
645 alignof(float) == alignof(int32_t) && alignof(float) == alignof(value_t),
646 "Size/alignment mismatch for float/int32_t/value_t");
647 value_t *values = reinterpret_cast<value_t*>(pValue);
705 *pValueSize = sizeof(value_t) * 9;
729 *pValueSize = sizeof(value_t) * 1;
758 *pValueSize = sizeof(value_t) * 3;
794 *pValueSize = sizeof(value_t) * 3
    [all...]
  /external/tensorflow/tensorflow/core/kernels/data/
map_and_batch_dataset_op.cc 230 auto value_t = value.flat_outer_dims<type>(); \
232 output_t.template chip<0>(i) = value_t.template chip<0>(i); \
  /frameworks/rs/cpp/util/
TypeHelpers.h 229 typedef VALUE value_t; typedef in struct:android::RSC::key_value_pair_t
  /system/core/libutils/include/utils/
TypeHelpers.h 255 typedef VALUE value_t; typedef in struct:android::key_value_pair_t
  /external/tensorflow/tensorflow/python/ops/
array_ops.py 876 value_t = ops.convert_to_tensor(values[0])
877 value_shape = ops.convert_to_tensor(value_t).get_shape()
    [all...]
  /external/elfutils/src/
readelf.c 8492 typedef union { TYPES; } value_t; typedef in typeref:union:__anon20226
    [all...]

Completed in 332 milliseconds