컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
텐서플로우:: 작전:: 임시변수:: 속성
#include <state_ops.h>
TemporaryVariable 에 대한 선택적 속성 설정자입니다.
요약
공공 기능 |
---|
VarName (StringPiece x) | 임시 변수 리소스에 사용되는 이름을 재정의합니다. |
공개 속성
var_name_
StringPiece tensorflow::ops::TemporaryVariable::Attrs::var_name_ = ""
공공 기능
변수 이름
TF_MUST_USE_RESULT Attrs tensorflow::ops::TemporaryVariable::Attrs::VarName(
StringPiece x
)
임시 변수 리소스에 사용되는 이름을 재정의합니다.
기본값은 ' TemporaryVariable ' 작업의 이름입니다(고유가 보장됨).
기본값은 ""입니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-27(UTC)
[null,null,["최종 업데이트: 2025-07-27(UTC)"],[],[],null,["# tensorflow::ops::TemporaryVariable::Attrs Struct Reference\n\ntensorflow::ops::TemporaryVariable::Attrs\n=========================================\n\n`#include \u003cstate_ops.h\u003e`\n\nOptional attribute setters for [TemporaryVariable](/versions/r2.3/api_docs/cc/class/tensorflow/ops/temporary-variable#classtensorflow_1_1ops_1_1_temporary_variable).\n\nSummary\n-------\n\n| ### Public attributes ||\n|------------------------------------------------------------------------------------------------------------------|---------------|\n| [var_name_](#structtensorflow_1_1ops_1_1_temporary_variable_1_1_attrs_1a17b29306c0f954fbc1c53da0e1b484d2)` = \"\"` | `StringPiece` |\n\n| ### Public functions ||\n|--------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [VarName](#structtensorflow_1_1ops_1_1_temporary_variable_1_1_attrs_1ac88edaa4690953d0fa26f874e536a4a3)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.3/api_docs/cc/struct/tensorflow/ops/temporary-variable/attrs#structtensorflow_1_1ops_1_1_temporary_variable_1_1_attrs) Overrides the name used for the temporary variable resource. |\n\nPublic attributes\n-----------------\n\n### var_name_\n\n```gdscript\nStringPiece tensorflow::ops::TemporaryVariable::Attrs::var_name_ = \"\"\n``` \n\nPublic functions\n----------------\n\n### VarName\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::TemporaryVariable::Attrs::VarName(\n StringPiece x\n)\n``` \nOverrides the name used for the temporary variable resource.\n\nDefault value is the name of the '[TemporaryVariable](/versions/r2.3/api_docs/cc/class/tensorflow/ops/temporary-variable#classtensorflow_1_1ops_1_1_temporary_variable)' op (which is guaranteed unique).\n\nDefaults to \"\""]]