All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.tf2xla.TensorMetadataOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/compiler/tf2xla/host_compute_metadata.proto

package org.tensorflow.tf2xla;

public interface TensorMetadataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.tf2xla.TensorMetadata)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .tensorflow.DataType type = 1;
   */
  int getTypeValue();
  /**
   * .tensorflow.DataType type = 1;
   */
  org.tensorflow.framework.DataType getType();

  /**
   * .tensorflow.TensorShapeProto shape = 2;
   */
  boolean hasShape();
  /**
   * .tensorflow.TensorShapeProto shape = 2;
   */
  org.tensorflow.framework.TensorShapeProto getShape();
  /**
   * .tensorflow.TensorShapeProto shape = 2;
   */
  org.tensorflow.framework.TensorShapeProtoOrBuilder getShapeOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy