tf.raw_ops.IteratorFromStringHandleV2
tf.raw_ops.IteratorFromStringHandleV2(
string_handle, output_types=[], output_shapes=[], name=None
)
| Аргументы | |
|---|---|
string_handle | A Tensor типа string. |
output_types | Необязательный список tf.DTypes. По умолчанию []. |
output_shapes | Необязательный список форм (каждая — tf.TensorShape или список ints). По умолчанию []. |
name | Имя операции (необязательно). |
| Возвращаемое значение | |
|---|---|
A Tensor типа resource. |
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.4/api_docs/python/tf/raw_ops/IteratorFromStringHandleV2