Stay organized with collections
Save and categorize content based on your preferences.
tensorflow::ops::DeleteSessionTensor
#include <data_flow_ops.h>
Delete the tensor specified by its handle in the session.
Summary
Arguments:
- scope: A Scope object
- handle: The handle for a tensor stored in the session state.
Returns:
Public attributes
Public functions
operator::tensorflow::Operation
operator::tensorflow::Operation() const
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-04-21 UTC.
[null,null,["Last updated 2020-04-21 UTC."],[],[],null,["# tensorflow::ops::DeleteSessionTensor Class Reference\n\ntensorflow::ops::DeleteSessionTensor\n====================================\n\n`#include \u003cdata_flow_ops.h\u003e`\n\nDelete the tensor specified by its handle in the session.\n\nSummary\n-------\n\nArguments:\n\n- scope: A [Scope](/versions/r1.15/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) object\n- handle: The handle for a tensor stored in the session state.\n\n\u003cbr /\u003e\n\nReturns:\n\n- the created [Operation](/versions/r1.15/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation)\n\n\u003cbr /\u003e\n\n| ### Constructors and Destructors ||\n|---|---|\n| [DeleteSessionTensor](#classtensorflow_1_1ops_1_1_delete_session_tensor_1a05f039c1efd57eb82c81e7f46ad6853b)`(const ::`[tensorflow::Scope](/versions/r1.15/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope)` & scope, ::`[tensorflow::Input](/versions/r1.15/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` handle)` ||\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|\n| [operation](#classtensorflow_1_1ops_1_1_delete_session_tensor_1a09f9eef4ce54e6d1e5c02ac5dc121121) | [Operation](/versions/r1.15/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation) |\n\n| ### Public functions ||\n|------------------------------------------------------------------------------------------------------------------------------------|---------|\n| [operator::tensorflow::Operation](#classtensorflow_1_1ops_1_1_delete_session_tensor_1a6f6017395a1e565d0ddc56f163640545)`() const ` | ` ` ` ` |\n\nPublic attributes\n-----------------\n\n### operation\n\n```text\nOperation operation\n``` \n\nPublic functions\n----------------\n\n### DeleteSessionTensor\n\n```gdscript\n DeleteSessionTensor(\n const ::tensorflow::Scope & scope,\n ::tensorflow::Input handle\n)\n``` \n\n### operator::tensorflow::Operation\n\n```gdscript\n operator::tensorflow::Operation() const \n```"]]