Home
last modified time | relevance | path

Searched refs:serialized_proto (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/boosted_trees/
Dprediction_ops_test.py37 'ensemble', serialized_proto='')
107 'ensemble', serialized_proto=tree_ensemble_config.SerializeToString())
177 'ensemble', serialized_proto=tree_ensemble_config.SerializeToString())
288 'ensemble', serialized_proto=tree_ensemble_config.SerializeToString())
418 'ensemble', serialized_proto=tree_ensemble_config.SerializeToString())
501 'ensemble', serialized_proto=tree_ensemble_config.SerializeToString())
623 'ensemble', serialized_proto=tree_ensemble_config.SerializeToString())
766 'ensemble', serialized_proto=tree_ensemble_config.SerializeToString())
841 'ensemble', serialized_proto=tree_ensemble_config.SerializeToString())
882 'ensemble', serialized_proto='')
[all …]
Dtraining_ops_test.py228 'ensemble', serialized_proto=tree_ensemble_config.SerializeToString())
423 'ensemble', serialized_proto=tree_ensemble_config.SerializeToString())
563 'ensemble', serialized_proto=tree_ensemble_config.SerializeToString())
723 'ensemble', serialized_proto=tree_ensemble_config.SerializeToString())
835 'ensemble', serialized_proto=tree_ensemble_config.SerializeToString())
934 'ensemble', serialized_proto=tree_ensemble_config.SerializeToString())
1270 'ensemble', serialized_proto=tree_ensemble_config.SerializeToString())
1453 'ensemble', serialized_proto=tree_ensemble_config.SerializeToString())
Dresource_ops_test.py155 serialized_proto=ensemble_proto.SerializeToString())
221 serialized_proto=ensemble_proto.SerializeToString())
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_op.cc31 string serialized_proto; in RemoteFusedGraphExecuteOp() local
35 &serialized_proto)); in RemoteFusedGraphExecuteOp()
38 execute_info_.ParseFromString(serialized_proto); in RemoteFusedGraphExecuteOp()
Dremote_fused_graph_rewriter_transform_test.cc189 string serialized_proto; in CheckGraph() local
194 &serialized_proto)); in CheckGraph()
195 info.ParseFromString(serialized_proto); in CheckGraph()
Dexample_parsing_ops.cc237 const string& serialized_proto = serialized->scalar<string>()(); in Compute() local
240 FastParseSingleExample(config, serialized_proto, &result)); in Compute()
/external/tensorflow/tensorflow/contrib/hvx/hvx_ops_support_checker/
Dhvx_ops_support_checker_main.cc81 string serialized_proto; in DumpRemoteFusedGraph() local
85 &serialized_proto) in DumpRemoteFusedGraph()
87 info.ParseFromString(serialized_proto); in DumpRemoteFusedGraph()
/external/grpc-grpc/test/cpp/util/
Dproto_file_parser.cc232 const grpc::string& method, const grpc::string& serialized_proto, in GetTextFormatFromMethod() argument
239 return GetTextFormatFromMessageType(message_type_name, serialized_proto); in GetTextFormatFromMethod()
270 const grpc::string& serialized_proto) { in GetTextFormatFromMessageType() argument
280 if (!msg->ParseFromString(serialized_proto)) { in GetTextFormatFromMessageType()
Dproto_file_parser.h61 const grpc::string& serialized_proto,
70 const grpc::string& serialized_proto);
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
Dmodel_ops.cc169 string serialized_proto; in TreePredictionsV4Op() local
170 OP_REQUIRES_OK(context, context->GetAttr("input_spec", &serialized_proto)); in TreePredictionsV4Op()
171 input_spec_.ParseFromString(serialized_proto); in TreePredictionsV4Op()
271 string serialized_proto; in TraverseTreeV4Op() local
272 OP_REQUIRES_OK(context, context->GetAttr("input_spec", &serialized_proto)); in TraverseTreeV4Op()
273 input_spec_.ParseFromString(serialized_proto); in TraverseTreeV4Op()
Dstats_ops.cc235 string serialized_proto; in ProcessInputOp() local
236 OP_REQUIRES_OK(context, context->GetAttr("input_spec", &serialized_proto)); in ProcessInputOp()
237 input_spec_.ParseFromString(serialized_proto); in ProcessInputOp()
/external/tensorflow/tensorflow/python/ops/
Dboosted_trees_ops.py207 def __init__(self, name, stamp_token=0, is_local=False, serialized_proto=''): argument
209 self._serialized_proto = serialized_proto
287 def deserialize(self, stamp_token, serialized_proto): argument
298 self.resource_handle, stamp_token, serialized_proto)
/external/grpc-grpc/src/python/grpcio_reflection/grpc_reflection/v1alpha/
Dreflection.py39 serialized_proto = proto.SerializeToString()
42 file_descriptor_proto=(serialized_proto,)),)
/external/libchrome/dbus/
Dmessage.cc637 std::string serialized_proto; in AppendProtoAsArrayOfBytes() local
638 if (!protobuf.SerializeToString(&serialized_proto)) { in AppendProtoAsArrayOfBytes()
642 AppendArrayOfBytes(reinterpret_cast<const uint8_t*>(serialized_proto.data()), in AppendProtoAsArrayOfBytes()
643 serialized_proto.size()); in AppendProtoAsArrayOfBytes()
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dgraph_transferer.h84 void SetSerializedGraphTransferInfo(const string& serialized_proto);
Dgraph_transferer.cc288 const string& serialized_proto) { in SetSerializedGraphTransferInfo() argument
289 graph_transfer_info_->ParseFromString(serialized_proto); in SetSerializedGraphTransferInfo()