Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dtensor_array.h464 Tensor* value_t = value->AccessTensor(ctx); in LockedWriteOrAggregate() local
465 if (value_t->dtype() != dtype_) { in LockedWriteOrAggregate()
469 " because the value dtype is ", DataTypeString(value_t->dtype()), in LockedWriteOrAggregate()
472 if (!element_shape_.IsCompatibleWith(value_t->shape())) { in LockedWriteOrAggregate()
476 " because the value shape is ", value_t->shape().DebugString(), in LockedWriteOrAggregate()
481 element_shape_ = PartialTensorShape(value_t->shape().dim_sizes()); in LockedWriteOrAggregate()
501 if (value_t->shape() != t.shape) { in LockedWriteOrAggregate()
506 " but the new input shape is ", value_t->shape().DebugString(), "."); in LockedWriteOrAggregate()
521 existing_t, value_t); in LockedWriteOrAggregate()
529 existing_t, value_t); in LockedWriteOrAggregate()
[all …]
Dtensor_array_ops.cc693 const Tensor* value_t = values[i].AccessTensor(ctx); in Compute() local
695 ctx, value_0_t->shape() == value_t->shape(), in Compute()
699 " has shape: ", value_t->shape().DebugString())); in Compute()
701 value_t->shaped<T, 2>({1, value_t->NumElements()}))); in Compute()
926 const Tensor* value_t = value_tensors[i]; in Compute() local
927 if (value_t->NumElements() > 0) { in Compute()
929 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/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/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.cc498 auto value_t = value.flat_outer_dims<type>(); \ in CopyPartialBatch()
500 output_t.template chip<0>(i) = value_t.template chip<0>(i); \ in CopyPartialBatch()
Dnuma_map_and_batch_dataset_op.cc841 auto value_t = value.flat_outer_dims<type>(); \ in CopyPartialBatch()
843 output_t.template chip<0>(i) = value_t.template chip<0>(i); \ in CopyPartialBatch()
/external/tensorflow/tensorflow/python/ops/
Darray_ops.py955 value_t = ops.convert_to_tensor(values[0])
956 value_shape = ops.convert_to_tensor(value_t).get_shape()
/external/elfutils/src/
Dreadelf.c11350 typedef union { TYPES; } value_t; in handle_core_item() typedef
11351 void *data = alloca (count * sizeof (value_t)); in handle_core_item()