Home
last modified time | relevance | path

Searched refs:value_t (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dtensor_array.h465 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 …]
Dtensor_array_ops.cc691 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/
Dtype_traits117 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/
Dtext.h37 union value_t { union
/external/deqp-deps/SPIRV-Tools/source/
Dtext.h37 union value_t { union
/external/swiftshader/third_party/SPIRV-Tools/source/
Dtext.h37 union value_t { union
/external/harfbuzz_ng/src/
Dhb-map.hh162 typedef V value_t; typedef
163 value_t operator [] (K k) const { return get (k); } in operator []()
Dhb-set.hh383 typedef bool value_t; typedef
384 value_t operator [] (hb_codepoint_t k) const { return get (k); } in operator []()
Dhb-ot-layout-common.hh1155 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/
Dlookup_ops.cc326 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/
Dmap_and_batch_dataset_op.cc435 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/
Darray_ops.py1266 value_t = ops.convert_to_tensor(values[0])
1267 value_shape = ops.convert_to_tensor(value_t).get_shape()
/external/elfutils/src/
Dreadelf.c11474 typedef union { TYPES; } value_t; in handle_core_item() typedef
11475 void *data = alloca (count * sizeof (value_t)); in handle_core_item()