TensorConnectionOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
Public Methods
public
abstract
String
getFromTensor
()
A tensor name. The value of this tensor will be substituted for
the tensor named in `to_tensor`.
string from_tensor = 1;
public
abstract
com.google.protobuf.ByteString
getFromTensorBytes
()
A tensor name. The value of this tensor will be substituted for
the tensor named in `to_tensor`.
string from_tensor = 1;
public
abstract
String
getToTensor
()
A tensor name. The value of this tensor will be bound to the
value of the tensor named in `from_tensor`.
string to_tensor = 2;
public
abstract
com.google.protobuf.ByteString
getToTensorBytes
()
A tensor name. The value of this tensor will be bound to the
value of the tensor named in `from_tensor`.
string to_tensor = 2;
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 2021-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 UTC."],[],[],null,["# TensorConnectionOrBuilder\n\npublic interface **TensorConnectionOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [TensorConnection](/jvm/api_docs/java/org/tensorflow/proto/framework/TensorConnection), [TensorConnection.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/TensorConnection.Builder) |--------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------| | [TensorConnection](/jvm/api_docs/java/org/tensorflow/proto/framework/TensorConnection) | ``` Defines a connection between two tensors in a `GraphDef`. ``` | | [TensorConnection.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/TensorConnection.Builder) | ``` Defines a connection between two tensors in a `GraphDef`. ``` | |||\n\n### Public Methods\n\n|-----------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract String | [getFromTensor](/jvm/api_docs/java/org/tensorflow/proto/framework/TensorConnectionOrBuilder#getFromTensor())() ``` A tensor name. ``` |\n| abstract com.google.protobuf.ByteString | [getFromTensorBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/TensorConnectionOrBuilder#getFromTensorBytes())() ``` A tensor name. ``` |\n| abstract String | [getToTensor](/jvm/api_docs/java/org/tensorflow/proto/framework/TensorConnectionOrBuilder#getToTensor())() ``` A tensor name. ``` |\n| abstract com.google.protobuf.ByteString | [getToTensorBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/TensorConnectionOrBuilder#getToTensorBytes())() ``` A tensor name. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract String\n**getFromTensor**\n()\n\n\u003cbr /\u003e\n\n```\n A tensor name. The value of this tensor will be substituted for\n the tensor named in `to_tensor`.\n \n```\n`string from_tensor = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getFromTensorBytes**\n()\n\n\u003cbr /\u003e\n\n```\n A tensor name. The value of this tensor will be substituted for\n the tensor named in `to_tensor`.\n \n```\n`string from_tensor = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getToTensor**\n()\n\n\u003cbr /\u003e\n\n```\n A tensor name. The value of this tensor will be bound to the\n value of the tensor named in `from_tensor`.\n \n```\n`string to_tensor = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getToTensorBytes**\n()\n\n\u003cbr /\u003e\n\n```\n A tensor name. The value of this tensor will be bound to the\n value of the tensor named in `from_tensor`.\n \n```\n`string to_tensor = 2;`\n\n\u003cbr /\u003e"]]