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.cc673 Tensor* string_handle_t; in Compute() local
675 ctx->allocate_output(0, TensorShape({}), &string_handle_t)); in Compute()
676 string_handle_t->scalar<tstring>()() = in Compute()
700 const Tensor& string_handle_t = ctx->input(0); in Compute() local
701 OP_REQUIRES(ctx, TensorShapeUtils::IsScalar(string_handle_t.shape()), in Compute()
707 resource_handle.ParseFromString(string_handle_t.scalar<tstring>()()), in Compute()
Diterator_ops.cc1059 Tensor* string_handle_t; in Compute() local
1061 ctx->allocate_output(0, TensorShape({}), &string_handle_t)); in Compute()
1062 string_handle_t->scalar<tstring>()() = in Compute()
1080 const Tensor& string_handle_t = ctx->input(0); in Compute() local
1081 OP_REQUIRES(ctx, TensorShapeUtils::IsScalar(string_handle_t.shape()), in Compute()
1086 ctx, resource_handle.ParseFromString(string_handle_t.scalar<tstring>()()), in Compute()