Home | History | Annotate | Download | only in ops

Lines Matching refs:string_handle

179   def from_string_handle(string_handle,
187 In that case, `string_handle` would a @{tf.placeholder}, and you would feed
188 it with the value of @{tf.data.Iterator.string_handle} in each step.
196 train_iterator_handle = sess.run(train_iterator.string_handle())
199 test_iterator_handle = sess.run(test_iterator.string_handle())
213 string_handle: A scalar `tf.Tensor` of type `tf.string` that evaluates
214 to a handle produced by the `Iterator.string_handle()` method.
237 string_handle = ops.convert_to_tensor(string_handle, dtype=dtypes.string)
239 string_handle,
369 def string_handle(self, name=None):