tensorflow:: אופס:: מציין מקום:: Attrs
#include <array_ops.h>
מגדירי תכונות אופציונליים עבור מציין מיקום .
תַקצִיר
תכונות ציבוריות | |
---|---|
shape_ = ::tensorflow::PartialTensorShape() | PartialTensorShape |
תפקידים ציבוריים | |
---|---|
Shape (PartialTensorShape x) | TF_MUST_USE_RESULT Attrs (אופציונלי) צורת הטנזור. |
תכונות ציבוריות
צוּרָה_
PartialTensorShape tensorflow::ops::Placeholder::Attrs::shape_ = ::tensorflow::PartialTensorShape()
תפקידים ציבוריים
צוּרָה
TF_MUST_USE_RESULT Attrs tensorflow::ops::Placeholder::Attrs::Shape( PartialTensorShape x )
(אופציונלי) צורת הטנזור.
אם לצורה יש 0 ממדים, הצורה אינה מוגבלת.
ברירת מחדל ל
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],[],null,["# tensorflow::ops::Placeholder::Attrs Struct Reference\n\ntensorflow::ops::Placeholder::Attrs\n===================================\n\n`#include \u003carray_ops.h\u003e`\n\nOptional attribute setters for [Placeholder](/versions/r1.15/api_docs/cc/class/tensorflow/ops/placeholder#classtensorflow_1_1ops_1_1_placeholder).\n\nSummary\n-------\n\n| ### Public attributes ||\n|----------------------------------------------------------------------------------------------------------------------------------------|----------------------|\n| [shape_](#structtensorflow_1_1ops_1_1_placeholder_1_1_attrs_1a6a6c519ecc364678035bee0c2e15fd62)` = ::tensorflow::PartialTensorShape()` | `PartialTensorShape` |\n\n| ### Public functions ||\n|------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Shape](#structtensorflow_1_1ops_1_1_placeholder_1_1_attrs_1a231b90321d75fb62c9c3e71fc94536d7)`(PartialTensorShape x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/placeholder/attrs#structtensorflow_1_1ops_1_1_placeholder_1_1_attrs) (Optional) The shape of the tensor. |\n\nPublic attributes\n-----------------\n\n### shape_\n\n```scdoc\nPartialTensorShape tensorflow::ops::Placeholder::Attrs::shape_ = ::tensorflow::PartialTensorShape()\n``` \n\nPublic functions\n----------------\n\n### Shape\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::Placeholder::Attrs::Shape(\n PartialTensorShape x\n)\n``` \n(Optional) The shape of the tensor.\n\nIf the shape has 0 dimensions, the shape is unconstrained.\n\nDefaults to"]]