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

org.tensorflow.framework.CostGraphProtos Maven / Gradle / Ivy

There is a newer version: 1.0.0-M2.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/framework/cost_graph.proto

package org.tensorflow.framework;

public final class CostGraphProtos {
  private CostGraphProtos() {}
  public static void registerAllExtensions(
      org.nd4j.shade.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      org.nd4j.shade.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (org.nd4j.shade.protobuf.ExtensionRegistryLite) registry);
  }
  static final org.nd4j.shade.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_CostGraphDef_descriptor;
  static final 
    org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_CostGraphDef_fieldAccessorTable;
  static final org.nd4j.shade.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_CostGraphDef_Node_descriptor;
  static final 
    org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_CostGraphDef_Node_fieldAccessorTable;
  static final org.nd4j.shade.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_CostGraphDef_Node_InputInfo_descriptor;
  static final 
    org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_CostGraphDef_Node_InputInfo_fieldAccessorTable;
  static final org.nd4j.shade.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_CostGraphDef_Node_OutputInfo_descriptor;
  static final 
    org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_CostGraphDef_Node_OutputInfo_fieldAccessorTable;

  public static org.nd4j.shade.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  org.nd4j.shade.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n*tensorflow/core/framework/cost_graph.p" +
      "roto\022\ntensorflow\032,tensorflow/core/framew" +
      "ork/tensor_shape.proto\032%tensorflow/core/" +
      "framework/types.proto\"\314\005\n\014CostGraphDef\022+" +
      "\n\004node\030\001 \003(\0132\035.tensorflow.CostGraphDef.N" +
      "ode\032\216\005\n\004Node\022\014\n\004name\030\001 \001(\t\022\016\n\006device\030\002 \001" +
      "(\t\022\n\n\002id\030\003 \001(\005\022;\n\ninput_info\030\004 \003(\0132\'.ten" +
      "sorflow.CostGraphDef.Node.InputInfo\022=\n\013o" +
      "utput_info\030\005 \003(\0132(.tensorflow.CostGraphD" +
      "ef.Node.OutputInfo\022\035\n\025temporary_memory_s" +
      "ize\030\006 \001(\003\022\036\n\026persistent_memory_size\030\014 \001(" +
      "\003\022!\n\025host_temp_memory_size\030\n \001(\003B\002\030\001\022#\n\027" +
      "device_temp_memory_size\030\013 \001(\003B\002\030\001\022)\n\035dev" +
      "ice_persistent_memory_size\030\020 \001(\003B\002\030\001\022\024\n\014" +
      "compute_cost\030\t \001(\003\022\024\n\014compute_time\030\016 \001(\003" +
      "\022\023\n\013memory_time\030\017 \001(\003\022\020\n\010is_final\030\007 \001(\010\022" +
      "\025\n\rcontrol_input\030\010 \003(\005\032;\n\tInputInfo\022\026\n\016p" +
      "receding_node\030\001 \001(\005\022\026\n\016preceding_port\030\002 " +
      "\001(\005\032\206\001\n\nOutputInfo\022\014\n\004size\030\001 \001(\003\022\030\n\020alia" +
      "s_input_port\030\002 \001(\003\022+\n\005shape\030\003 \001(\0132\034.tens" +
      "orflow.TensorShapeProto\022#\n\005dtype\030\004 \001(\0162\024" +
      ".tensorflow.DataTypeBo\n\030org.tensorflow.f" +
      "rameworkB\017CostGraphProtosP\001Z=github.com/" +
      "tensorflow/tensorflow/tensorflow/go/core" +
      "/framework\370\001\001b\006proto3"
    };
    descriptor = org.nd4j.shade.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new org.nd4j.shade.protobuf.Descriptors.FileDescriptor[] {
          org.tensorflow.framework.TensorShapeProtos.getDescriptor(),
          org.tensorflow.framework.TypesProtos.getDescriptor(),
        });
    internal_static_tensorflow_CostGraphDef_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_tensorflow_CostGraphDef_fieldAccessorTable = new
      org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_CostGraphDef_descriptor,
        new java.lang.String[] { "Node", });
    internal_static_tensorflow_CostGraphDef_Node_descriptor =
      internal_static_tensorflow_CostGraphDef_descriptor.getNestedTypes().get(0);
    internal_static_tensorflow_CostGraphDef_Node_fieldAccessorTable = new
      org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_CostGraphDef_Node_descriptor,
        new java.lang.String[] { "Name", "Device", "Id", "InputInfo", "OutputInfo", "TemporaryMemorySize", "PersistentMemorySize", "HostTempMemorySize", "DeviceTempMemorySize", "DevicePersistentMemorySize", "ComputeCost", "ComputeTime", "MemoryTime", "IsFinal", "ControlInput", });
    internal_static_tensorflow_CostGraphDef_Node_InputInfo_descriptor =
      internal_static_tensorflow_CostGraphDef_Node_descriptor.getNestedTypes().get(0);
    internal_static_tensorflow_CostGraphDef_Node_InputInfo_fieldAccessorTable = new
      org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_CostGraphDef_Node_InputInfo_descriptor,
        new java.lang.String[] { "PrecedingNode", "PrecedingPort", });
    internal_static_tensorflow_CostGraphDef_Node_OutputInfo_descriptor =
      internal_static_tensorflow_CostGraphDef_Node_descriptor.getNestedTypes().get(1);
    internal_static_tensorflow_CostGraphDef_Node_OutputInfo_fieldAccessorTable = new
      org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_CostGraphDef_Node_OutputInfo_descriptor,
        new java.lang.String[] { "Size", "AliasInputPort", "Shape", "Dtype", });
    org.tensorflow.framework.TensorShapeProtos.getDescriptor();
    org.tensorflow.framework.TypesProtos.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy