tensorflow::ops::TensorArrayGather::Attrs
#include <data_flow_ops.h>
Дополнительные параметры для TensorArrayGather.
Краткое описание
| Общедоступные атрибуты | |
|---|---|
element_shape_ = ::tensorflow::PartialTensorShape() | PartialTensorShape |
| Общедоступные функции | |
|---|---|
ElementShape(PartialTensorShape x) | TF_MUST_USE_RESULT Attrs Ожидаемая форма элемента, если она известна. |
Общедоступные атрибуты
element_shape_
PartialTensorShape tensorflow::ops::TensorArrayGather::Attrs::element_shape_ = ::tensorflow::PartialTensorShape()
Общедоступные функции
ElementShape
TF_MUST_USE_RESULT Attrs tensorflow::ops::TensorArrayGather::Attrs::ElementShape( PartialTensorShape x )
Ожидаемая форма элемента, если она известна.
Используется для проверки форм элементов TensorArray. Если эта форма не полностью задана, сборка пустых массивов TensorArray является ошибкой.
По умолчанию
© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/struct/tensorflow/ops/tensor-array-gather/attrs