public static class
Signature.TensorDescription
Signature.TensorDescription
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.
[null,null,["Last updated 2021-11-29 UTC."],[],[],null,["# Signature.TensorDescription\n\npublic static class **Signature.TensorDescription** \n\n### Fields\n\n|-------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|---|\n| public final [DataType](/jvm/api_docs/java/org/tensorflow/proto/framework/DataType) | [dataType](/jvm/api_docs/java/org/tensorflow/Signature.TensorDescription#dataType) | |\n| public final [Shape](/jvm/api_docs/java/org/tensorflow/ndarray/Shape) | [shape](/jvm/api_docs/java/org/tensorflow/Signature.TensorDescription#shape) | |\n\n### Public Constructors\n\n|---|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| | [TensorDescription](/jvm/api_docs/java/org/tensorflow/Signature.TensorDescription#TensorDescription(org.tensorflow.proto.framework.DataType, org.tensorflow.ndarray.Shape))([DataType](/jvm/api_docs/java/org/tensorflow/proto/framework/DataType) dataType, [Shape](/jvm/api_docs/java/org/tensorflow/ndarray/Shape) shape) |\n\n### Inherited Methods\n\nFrom class java.lang.Object \n\n|------------------|---------------------------|\n| boolean | equals(Object arg0) |\n| final Class\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| String | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nFields\n------\n\n#### public final [DataType](/jvm/api_docs/java/org/tensorflow/proto/framework/DataType)\n**dataType**\n\n\u003cbr /\u003e\n\n#### public final [Shape](/jvm/api_docs/java/org/tensorflow/ndarray/Shape)\n**shape**\n\n\u003cbr /\u003e\n\nPublic Constructors\n-------------------\n\n#### public\n**TensorDescription**\n([DataType](/jvm/api_docs/java/org/tensorflow/proto/framework/DataType) dataType, [Shape](/jvm/api_docs/java/org/tensorflow/ndarray/Shape) shape)\n\n\u003cbr /\u003e"]]