HomeSort by relevance Sort by last modified time
    Searched refs:to_proto (Results 1 - 17 of 17) sorted by null

  /external/protobuf/ruby/lib/google/protobuf/
message_exts.rb 47 def to_proto method in class:Google.Protobuf.MessageExts
  /external/protobuf/ruby/lib/google/
protobuf.rb 60 msg.to_proto
  /external/protobuf/conformance/
conformance_ruby.rb 70 response.protobuf_payload = test_message.to_proto
  /external/tensorflow/tensorflow/python/ops/
resource_variable_ops.py 701 def to_proto(self, export_scope=None): member in class:ResourceVariable
715 raise RuntimeError("to_proto not supported in EAGER mode.")
1011 to_proto=_to_proto_fn, variable
1016 to_proto=_to_proto_fn, variable
1021 to_proto=_to_proto_fn, variable
1026 to_proto=_to_proto_fn, variable
    [all...]
control_flow_ops_test.py 493 c.to_proto(),
494 control_flow_ops.CondContext.from_proto(c.to_proto()).to_proto())
507 control_flow_context.to_proto(),
509 control_flow_context.to_proto()).to_proto())
    [all...]
variables.py 1010 def to_proto(self, export_scope=None): member in class:Variable
1160 def to_proto(self, export_scope=None): member in class:Variable.SaveSliceInfo
    [all...]
control_flow_ops.py 1749 def to_proto(self, export_scope=None): member in class:CondContext
2354 def to_proto(self, export_scope=None): member in class:WhileContext
3742 to_proto=CondContext.to_proto, variable
3748 to_proto=WhileContext.to_proto, variable
    [all...]
  /external/tensorflow/tensorflow/python/training/
queue_runner_impl.py 353 def to_proto(self, export_scope=None): member in class:QueueRunner
471 to_proto=QueueRunner.to_proto, variable
saver.py 1465 def to_proto(self, export_scope=None): member in class:Saver
    [all...]
queue_runner_test.py 328 qr0_proto = queue_runner_impl.QueueRunner.to_proto(qr0)
  /external/tensorflow/tensorflow/python/estimator/inputs/queues/
feeding_queue_runner.py 177 def to_proto(self): member in class:_FeedingQueueRunner
  /external/tensorflow/tensorflow/python/kernel_tests/
resource_variable_ops_test.py 290 initial_value=constant_op.constant(3.0)).to_proto()
308 self.assertProtoEquals(v_def, v.to_proto())
329 w = resource_variable_ops.ResourceVariable.from_proto(v.to_proto())
382 w = resource_variable_ops.ResourceVariable.from_proto(v.to_proto())
variables_test.py 476 initial_value=constant_op.constant(3.0)).to_proto()
494 self.assertProtoEquals(v_def, v.to_proto())
  /external/tensorflow/tensorflow/contrib/training/python/training/
hparam_test.py 91 hparam_def = hparams.to_proto()
117 hparam_def = hparams.to_proto()
167 hparam_def = hparams.to_proto()
  /external/tensorflow/tensorflow/python/framework/
meta_graph.py 416 to_proto = ops.get_to_proto_function(key)
418 if to_proto:
423 proto = to_proto(x, export_scope=export_scope)
    [all...]
ops.py     [all...]
  /external/protobuf/ruby/tests/
basic.rb 861 proto = m.to_proto
870 assert_equal m.to_proto, encoded_msg
873 assert_equal TestMessage.decode(m.to_proto), decoded_msg
    [all...]

Completed in 581 milliseconds