Searched refs:value_t (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | tensor_array.h | 465 Tensor* value_t = value->AccessTensor(ctx); in LockedWriteOrAggregate() local 466 if (value_t->dtype() != dtype_) { in LockedWriteOrAggregate() 470 " because the value dtype is ", DataTypeString(value_t->dtype()), in LockedWriteOrAggregate() 473 if (!element_shape_.IsCompatibleWith(value_t->shape())) { in LockedWriteOrAggregate() 477 " because the value shape is ", value_t->shape().DebugString(), in LockedWriteOrAggregate() 482 element_shape_ = PartialTensorShape(value_t->shape().dim_sizes()); in LockedWriteOrAggregate() 502 if (value_t->shape() != t.shape) { in LockedWriteOrAggregate() 507 " but the new input shape is ", value_t->shape().DebugString(), "."); in LockedWriteOrAggregate() 522 existing_t, value_t); in LockedWriteOrAggregate() 530 existing_t, value_t); in LockedWriteOrAggregate() [all …]
|
D | tensor_array_ops.cc | 691 const Tensor* value_t = values[i].AccessTensor(ctx); in Compute() local 693 ctx, value_0_t->shape() == value_t->shape(), in Compute() 697 " has shape: ", value_t->shape().DebugString())); in Compute() 699 value_t->shaped<T, 2>({1, value_t->NumElements()}))); in Compute() 924 const Tensor* value_t = value_tensors[i]; in Compute() local 925 if (value_t->NumElements() > 0) { in Compute() 927 value_t->shaped<T, 2>({1, value_t->NumElements()}))); in Compute()
|
/external/libcxx/include/experimental/ |
D | type_traits | 117 using value_t = false_type; 123 using value_t = true_type; 129 using is_detected = typename _DETECTOR<nonesuch, void, _Op, _Args...>::value_t;
|
/external/angle/third_party/spirv-tools/src/source/ |
D | text.h | 37 union value_t { union
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | text.h | 37 union value_t { union
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | text.h | 37 union value_t { union
|
/external/harfbuzz_ng/src/ |
D | hb-map.hh | 162 typedef V value_t; typedef 163 value_t operator [] (K k) const { return get (k); } in operator []()
|
D | hb-set.hh | 383 typedef bool value_t; typedef 384 value_t operator [] (hb_codepoint_t k) const { return get (k); } in operator []()
|
D | hb-ot-layout-common.hh | 1155 typedef unsigned int value_t; typedef 1156 value_t operator [] (hb_codepoint_t k) const { return get (k); } in operator []() 1687 typedef unsigned int value_t; typedef 1688 value_t operator [] (hb_codepoint_t k) const { return get (k); } in operator []()
|
/external/tensorflow/tensorflow/core/ops/ |
D | lookup_ops.cc | 326 DataType value_t; in MutableHashTableShape() local 327 TF_RETURN_IF_ERROR(c->GetAttr("value_dtype", &value_t)); in MutableHashTableShape() 331 0, std::vector<ShapeAndType>{{key_s, key_t}, {value, value_t}}); in MutableHashTableShape()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | map_and_batch_dataset_op.cc | 435 auto value_t = value.flat_outer_dims<type>(); \ in CopyPartialBatch() 437 output_t.template chip<0>(i) = value_t.template chip<0>(i); \ in CopyPartialBatch()
|
/external/tensorflow/tensorflow/python/ops/ |
D | array_ops.py | 1266 value_t = ops.convert_to_tensor(values[0]) 1267 value_shape = ops.convert_to_tensor(value_t).get_shape()
|
/external/elfutils/src/ |
D | readelf.c | 11474 typedef union { TYPES; } value_t; in handle_core_item() typedef 11475 void *data = alloca (count * sizeof (value_t)); in handle_core_item()
|