Searched refs:string_handle_t (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/data/ |
D | multi_device_iterator_ops.cc | 591 Tensor* string_handle_t; in Compute() local 593 ctx->allocate_output(0, TensorShape({}), &string_handle_t)); in Compute() 594 string_handle_t->scalar<string>()() = in Compute() 618 const Tensor& string_handle_t = ctx->input(0); in Compute() local 619 OP_REQUIRES(ctx, TensorShapeUtils::IsScalar(string_handle_t.shape()), in Compute() 625 resource_handle.ParseFromString(string_handle_t.scalar<string>()()), in Compute()
|
D | iterator_ops.cc | 1062 Tensor* string_handle_t; in Compute() local 1064 ctx->allocate_output(0, TensorShape({}), &string_handle_t)); in Compute() 1065 string_handle_t->scalar<string>()() = in Compute() 1083 const Tensor& string_handle_t = ctx->input(0); in Compute() local 1084 OP_REQUIRES(ctx, TensorShapeUtils::IsScalar(string_handle_t.shape()), in Compute() 1089 ctx, resource_handle.ParseFromString(string_handle_t.scalar<string>()()), in Compute()
|