컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
텐서플로우:: CompositeOpScope
#include <scope.h>
복합 연산을 구성하는 함수에서 사용되는 범위를 보유하는 도우미 구조체입니다.
요약
공개 속성 |
---|
child | 로컬 작업(기본 또는 기타 복합 작업)을 만드는 데 사용할 범위 입니다. |
last | 마지막 작업을 만드는 데 사용할 범위 입니다. |
공개 속성
어린이
Scope tensorflow::CompositeOpScopes::child
로컬 작업(기본 또는 기타 복합 작업)을 만드는 데 사용할 범위 입니다.
마지막
Scope tensorflow::CompositeOpScopes::last
마지막 작업을 만드는 데 사용할 범위 입니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[],[],null,["# tensorflow::CompositeOpScopes Struct Reference\n\ntensorflow::CompositeOpScopes\n=============================\n\n`#include \u003cscope.h\u003e`\n\nA helper struct to hold the scopes that would be used by a function constructing a composite op.\n\nSummary\n-------\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [child](#structtensorflow_1_1_composite_op_scopes_1a42bd242957a603263a27d75356fb646d) | [Scope](/versions/r2.2/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) [Scope](/versions/r2.2/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) to be used for creating the local ops (primitive or other composite ops). |\n| [last](#structtensorflow_1_1_composite_op_scopes_1ad9d8188b0dd80e7d51e7870b9b57a5b2) | [Scope](/versions/r2.2/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) [Scope](/versions/r2.2/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) to be used for creating the last op. |\n\nPublic attributes\n-----------------\n\n### child\n\n```text\nScope tensorflow::CompositeOpScopes::child\n``` \n[Scope](/versions/r2.2/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) to be used for creating the local ops (primitive or other composite ops). \n\n### last\n\n```text\nScope tensorflow::CompositeOpScopes::last\n``` \n[Scope](/versions/r2.2/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) to be used for creating the last op."]]