Lines Matching refs:tensorflow
22 import "tensorflow/core/framework/tensor.proto";
23 import "tensorflow/core/framework/tensor_shape.proto";
24 import "tensorflow/core/framework/types.proto";
25 import "tensorflow/core/protobuf/saver.proto";
26 import "tensorflow/core/protobuf/struct.proto";
49 tensorflow.SaverDef saver_def = 1;
109 tensorflow.DataType dtype = 4;
428 // `tensorflow::Session:Run()`, and the client executes only a single
438 // `tensorflow.TensorSpecProto` messages, though TensorFlow technically
474 repeated tensorflow.TensorSpecProto input_tensor_specs = 2;
485 repeated tensorflow.TensorSpecProto output_tensor_specs = 3;
501 map<string, tensorflow.TensorProto> constant_inputs = 5;
988 tensorflow.TensorSpecProto input_tensor = 2;
991 tensorflow.TensorSpecProto state_tensor = 3;
1004 repeated tensorflow.TensorSpecProto output_tensors = 5;
1219 // tensorflow.GraphDef. The TensorFlow graphs are stored in serialized form
1254 // the `client_phase`. The actual type is expected to be tensorflow.GraphDef.