HomeSort by relevance Sort by last modified time
    Searched defs:value_t (Results 1 - 7 of 7) 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,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
text.h 37 union value_t { union in struct:spv_literal_t
  /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/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...]
  /external/elfutils/src/
readelf.c 8492 typedef union { TYPES; } value_t; typedef in typeref:union:__anon20226
    [all...]

Completed in 207 milliseconds