/frameworks/ml/nn/runtime/test/specs/V1_2/ |
D | quantize.mod.py | 22 for input_type in ["TENSOR_FLOAT32", "TENSOR_FLOAT16"]: 27 input0 = Input("input0", input_type, "{%d}" % num_values) 28 output0 = Output("output0", input_type, "{%d}" % num_values)
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/ |
D | cpp_service.cc | 148 sub_vars["input_type"] = ClassName(method->input_type(), true); in GenerateMethodSignatures() 219 sub_vars["input_type"] = ClassName(method->input_type(), true); in GenerateNotImplementedMethods() 249 sub_vars["input_type"] = ClassName(method->input_type(), true); in GenerateCallMethod() 290 (which == REQUEST) ? method->input_type() : method->output_type(); in GenerateGetPrototype() 319 sub_vars["input_type"] = ClassName(method->input_type(), true); in GenerateStubMethods()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/ |
D | java_service.cc | 211 method->input_type()); in GenerateCallMethod() 259 method->input_type()); in GenerateCallBlockingMethod() 305 (which == REQUEST) ? method->input_type() : method->output_type()); in GenerateGetPrototype() 445 vars["input"] = name_resolver_->GetImmutableClassName(method->input_type()); in GenerateMethodSignature() 460 vars["input"] = name_resolver_->GetImmutableClassName(method->input_type()); in GenerateBlockingMethodSignature()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/ |
D | descriptor_pool.py | 733 input_type = self._GetTypeFromScope( 734 package, method_proto.input_type, scope) 741 input_type=input_type,
|
D | descriptor.py | 773 input_type, output_type, options=None): argument 778 input_type, output_type, options=None): argument 789 self.input_type = input_type
|
D | service_reflection.py | 187 return method_descriptor.input_type._concrete_class
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | descriptor.cc | 1686 const Descriptor* input_type = _GetDescriptor(self)->input_type(); in GetInputType() local 1687 return PyMessageDescriptor_FromDescriptor(input_type); in GetInputType()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor.h | 1092 const Descriptor* input_type() const; 1746 PROTOBUF_DEFINE_ACCESSOR(MethodDescriptor, input_type, const Descriptor*) in PROTOBUF_DEFINE_STRING_ACCESSOR()
|
D | descriptor.cc | 1940 if (!input_type()->is_unqualified_placeholder_) { in CopyTo() 1943 proto->mutable_input_type()->append(input_type()->full_name()); in CopyTo() 2580 input_type()->full_name(), in DebugString() 5065 Symbol input_type = LookupSymbol(proto.input_type(), method->full_name()); in CrossLinkMethod() local 5066 if (input_type.IsNull()) { in CrossLinkMethod() 5069 proto.input_type()); in CrossLinkMethod() 5070 } else if (input_type.type != Symbol::MESSAGE) { in CrossLinkMethod() 5073 "\"" + proto.input_type() + "\" is not a message type."); in CrossLinkMethod() 5075 method->input_type_ = input_type.descriptor; in CrossLinkMethod()
|
D | descriptor.pb.cc | 7412 this->input_type().data(), this->input_type().length(), in MergePartialFromCodedStream() 7520 this->input_type().data(), this->input_type().length(), in SerializeWithCachedSizes() 7524 2, this->input_type(), output); in SerializeWithCachedSizes() 7577 this->input_type().data(), this->input_type().length(), in InternalSerializeWithCachedSizesToArray() 7582 2, this->input_type(), target); in InternalSerializeWithCachedSizesToArray() 7637 this->input_type()); in ByteSize() 7843 const ::std::string& MethodDescriptorProto::input_type() const { in input_type() function in google::protobuf::MethodDescriptorProto 7873 void MethodDescriptorProto::set_allocated_input_type(::std::string* input_type) { in set_allocated_input_type() argument 7874 if (input_type != NULL) { in set_allocated_input_type() 7879 …ype_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), input_type); in set_allocated_input_type()
|
D | descriptor_unittest.cc | 166 const string& input_type, in AddMethod() argument 170 result->set_input_type(input_type); in AddMethod() 1476 EXPECT_EQ(foo_request_, foo_->input_type()); in TEST_F() 1477 EXPECT_EQ(bar_request_, bar_->input_type()); in TEST_F()
|
D | descriptor.pb.h | 1810 const ::std::string& input_type() const; 1816 void set_allocated_input_type(::std::string* input_type); 5823 inline const ::std::string& MethodDescriptorProto::input_type() const { in input_type() function 5853 inline void MethodDescriptorProto::set_allocated_input_type(::std::string* input_type) { in set_allocated_input_type() argument 5854 if (input_type != NULL) { in set_allocated_input_type() 5859 …ype_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), input_type); in set_allocated_input_type()
|
D | descriptor.proto | 240 optional string input_type = 2; field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | descriptor_test.py | 85 input_type='.protobuf_unittest.NestedMessage',
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 605 m["input_type"] = ModuleLevelDescriptorName(*(method->input_type())); in PrintServiceDescriptor()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 201 optional string input_type = 2; field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 201 optional string input_type = 2; field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.h | 6932 inline upb::reffed_ptr<const upb::FieldDef> input_type() { RETURN_REFFED(upb::FieldDef, upbdefs_goo…
|