/external/tensorflow/tensorflow/python/kernel_tests/boosted_trees/ |
D | prediction_ops_test.py | 37 '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 …]
|
D | training_ops_test.py | 228 '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())
|
D | resource_ops_test.py | 155 serialized_proto=ensemble_proto.SerializeToString()) 221 serialized_proto=ensemble_proto.SerializeToString())
|
/external/tensorflow/tensorflow/core/kernels/ |
D | remote_fused_graph_execute_op.cc | 31 string serialized_proto; in RemoteFusedGraphExecuteOp() local 35 &serialized_proto)); in RemoteFusedGraphExecuteOp() 38 execute_info_.ParseFromString(serialized_proto); in RemoteFusedGraphExecuteOp()
|
D | remote_fused_graph_rewriter_transform_test.cc | 189 string serialized_proto; in CheckGraph() local 194 &serialized_proto)); in CheckGraph() 195 info.ParseFromString(serialized_proto); in CheckGraph()
|
D | example_parsing_ops.cc | 237 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/ |
D | hvx_ops_support_checker_main.cc | 81 string serialized_proto; in DumpRemoteFusedGraph() local 85 &serialized_proto) in DumpRemoteFusedGraph() 87 info.ParseFromString(serialized_proto); in DumpRemoteFusedGraph()
|
/external/grpc-grpc/test/cpp/util/ |
D | proto_file_parser.cc | 232 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()
|
D | proto_file_parser.h | 61 const grpc::string& serialized_proto, 70 const grpc::string& serialized_proto);
|
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/ |
D | model_ops.cc | 169 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()
|
D | stats_ops.cc | 235 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/ |
D | boosted_trees_ops.py | 207 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/ |
D | reflection.py | 39 serialized_proto = proto.SerializeToString() 42 file_descriptor_proto=(serialized_proto,)),)
|
/external/libchrome/dbus/ |
D | message.cc | 637 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/ |
D | graph_transferer.h | 84 void SetSerializedGraphTransferInfo(const string& serialized_proto);
|
D | graph_transferer.cc | 288 const string& serialized_proto) { in SetSerializedGraphTransferInfo() argument 289 graph_transfer_info_->ParseFromString(serialized_proto); in SetSerializedGraphTransferInfo()
|