Home
last modified time | relevance | path

Searched refs:string_handle_t (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dmulti_device_iterator_ops.cc591 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()
Diterator_ops.cc1062 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()