Home
last modified time | relevance | path

Searched refs:proto_type (Results 1 – 22 of 22) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Ddump_graph.cc78 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/
Dnetstress.c101 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/
Dsolisten.py149 proto_type = event.proto >> 16 & 0xff
159 if proto_type == AF_INET:
162 elif proto_type == AF_INET6:
/external/perfetto/tools/proto_to_cpp/
Dproto_to_cpp.cc318 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/
Dgenerator_test.py67 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/
Dproto_translation_table.cc213 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/
Dmeta_graph.py419 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()
Dtest_util.py201 proto_type = ops.get_collection_proto_type(k)
202 if proto_type:
203 a_proto = proto_type()
204 b_proto = proto_type()
Dops.py6478 proto_type=None, argument
6501 _proto_function_registry.register((proto_type, to_proto, from_proto),
/external/tensorflow/tensorflow/python/ops/
Dresource_variable_ops.py1536 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,
Dcontrol_flow_ops.py4061 proto_type=control_flow_pb2.CondContextDef,
4067 proto_type=control_flow_pb2.WhileContextDef,
/external/python/apitools/apitools/gen/
Dextended_descriptor.py330 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/
Ddescriptor.py550 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/
Dmeta_graph_transform.py626 proto_type = _ops.get_collection_proto_type(collection_key)
629 proto = proto_type()
/external/tensorflow/tensorflow/core/protobuf/
Dmeta_graph.proto146 // proto_type,
152 // proto_type=variable_pb2.VariableDef,
/external/tensorflow/tensorflow/python/training/
Dqueue_runner_impl.py484 proto_type=queue_runner_pb2.QueueRunnerDef,
Dsaver.py1591 proto_type=saver_pb2.SaverDef,
/external/tensorflow/tensorflow/contrib/training/python/training/
Dhparam.py736 proto_type=hparam_pb2.HParamDef,
/external/flatbuffers/src/
Didl_parser.cpp2239 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/
Dupb.h635 #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/
Dupb.h846 #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/
Dtpu_estimator.py118 proto_type=variable_pb2.VariableDef,