/external/tensorflow/tensorflow/core/util/ |
D | dump_graph.cc | 78 const char* proto_type, T& proto, in WriteTextProtoToUniqueFile() argument 95 LOG(WARNING) << "Failed to create " << dir << " for dumping " << proto_type in WriteTextProtoToUniqueFile() 102 LOG(WARNING) << "Failed to dump " << proto_type << " to file: " << filepath in WriteTextProtoToUniqueFile() 106 LOG(INFO) << "Dumped " << proto_type << " to " << filepath; in WriteTextProtoToUniqueFile()
|
/external/ltp/testcases/network/netstress/ |
D | netstress.c | 101 static uint proto_type; variable 160 switch (proto_type) { in init_socket_opts() 314 if (bind_no_port && proto_type != TYPE_SCTP) { in bind_before_connect() 614 if (proto_type != TYPE_SCTP) in server_fn() 833 proto_type = TYPE_TCP; in set_protocol_type() 835 proto_type = TYPE_UDP; in set_protocol_type() 837 proto_type = TYPE_UDP_LITE; in set_protocol_type() 839 proto_type = TYPE_DCCP; in set_protocol_type() 841 proto_type = TYPE_SCTP; in set_protocol_type() 909 switch (proto_type) { in setup() [all …]
|
/external/bcc/tools/ |
D | solisten.py | 149 proto_type = event.proto >> 16 & 0xff 159 if proto_type == AF_INET: 162 elif proto_type == AF_INET6:
|
/external/perfetto/tools/proto_to_cpp/ |
D | proto_to_cpp.cc | 318 std::string proto_type = GetFwdDeclType(msg, true); in GenHeader() local 320 p->Print("void FromProto(const $p$&);\n", "n", msg->name(), "p", proto_type); in GenHeader() 321 p->Print("void ToProto($p$*) const;\n", "p", proto_type); in GenHeader() 415 std::string proto_type = GetFwdDeclType(msg, true); in GenCpp() local 419 proto_type); in GenCpp() 459 proto_type); in GenCpp()
|
/external/protobuf/python/google/protobuf/internal/ |
D | generator_test.py | 67 proto_type = unittest_pb2.TestAllTypes 69 proto_type.NestedMessage.DESCRIPTOR, 70 proto_type.DESCRIPTOR.fields_by_name[field_name].message_type)
|
/external/perfetto/src/traced/probes/ftrace/ |
D | proto_translation_table.cc | 213 ProtoSchemaType* proto_type, in SetProtoType() argument 220 *proto_type = ProtoSchemaType::kString; in SetProtoType() 229 *proto_type = ProtoSchemaType::kInt64; in SetProtoType() 241 *proto_type = ProtoSchemaType::kUint64; in SetProtoType()
|
/external/tensorflow/tensorflow/python/framework/ |
D | meta_graph.py | 419 proto_type = ops.get_collection_proto_type(key) 427 assert isinstance(proto, proto_type) 873 proto_type = ops.get_collection_proto_type(key) 878 proto = proto_type() 886 proto = proto_type()
|
D | test_util.py | 201 proto_type = ops.get_collection_proto_type(k) 202 if proto_type: 203 a_proto = proto_type() 204 b_proto = proto_type()
|
D | ops.py | 6478 proto_type=None, argument 6501 _proto_function_registry.register((proto_type, to_proto, from_proto),
|
/external/tensorflow/tensorflow/python/ops/ |
D | resource_variable_ops.py | 1536 proto_type=variable_pb2.VariableDef, 1541 proto_type=variable_pb2.VariableDef, 1546 proto_type=variable_pb2.VariableDef, 1551 proto_type=variable_pb2.VariableDef, 1556 proto_type=variable_pb2.VariableDef, 1561 proto_type=variable_pb2.VariableDef,
|
D | control_flow_ops.py | 4061 proto_type=control_flow_pb2.CondContextDef, 4067 proto_type=control_flow_pb2.WhileContextDef,
|
/external/python/apitools/apitools/gen/ |
D | extended_descriptor.py | 330 proto_type = field.type_name 332 proto_type = str(field.variant).lower() 345 label, proto_type, field.name, field.number, default_statement)
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 550 def ProtoTypeToCppProtoType(proto_type): argument 565 return FieldDescriptor._PYTHON_TO_CPP_PROTO_TYPE_MAP[proto_type] 567 raise TypeTransformationError('Unknown proto_type: %s' % proto_type)
|
/external/tensorflow/tensorflow/contrib/meta_graph_transform/ |
D | meta_graph_transform.py | 626 proto_type = _ops.get_collection_proto_type(collection_key) 629 proto = proto_type()
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | meta_graph.proto | 146 // proto_type, 152 // proto_type=variable_pb2.VariableDef,
|
/external/tensorflow/tensorflow/python/training/ |
D | queue_runner_impl.py | 484 proto_type=queue_runner_pb2.QueueRunnerDef,
|
D | saver.py | 1591 proto_type=saver_pb2.SaverDef,
|
/external/tensorflow/tensorflow/contrib/training/python/training/ |
D | hparam.py | 736 proto_type=hparam_pb2.HParamDef,
|
/external/flatbuffers/src/ |
D | idl_parser.cpp | 2239 const char *proto_type; in ParseTypeFromProtoType() member 2260 for (auto tl = lookup; tl->proto_type; tl++) { in ParseTypeFromProtoType() 2261 if (attribute_ == tl->proto_type) { in ParseTypeFromProtoType()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 635 #define FUNCS(name, membername, type_t, converter, proto_type) \ argument 638 SET_TYPE(val->ctype, proto_type); \ 646 assert(val.ctype == proto_type); \
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 846 #define FUNCS(name, membername, type_t, converter, proto_type) \ 849 SET_TYPE(val->ctype, proto_type); \ 857 assert(val.ctype == proto_type); \
|
/external/tensorflow/tensorflow/python/tpu/ |
D | tpu_estimator.py | 118 proto_type=variable_pb2.VariableDef,
|