Home
last modified time | relevance | path

Searched refs:GetOutputType (Results 1 – 5 of 5) sorted by relevance

/external/golang-protobuf/protoc-gen-go/grpc/
Dgrpc.go283 respName := "*" + g.typeName(method.GetOutputType())
294 outType := g.typeName(method.GetOutputType())
383 ret = "(*" + g.typeName(method.GetOutputType()) + ", error)"
399 outType := g.typeName(method.GetOutputType())
/external/tensorflow/tensorflow/core/graph/
Dnode_builder.cc54 if (GetOutputType(src_node, src_index, &dt)) { in Input()
158 bool NodeBuilder::GetOutputType(const Node* node, int i, DataType* dt) { in GetOutputType() function in tensorflow::NodeBuilder
Dnode_builder.h146 bool GetOutputType(const Node* node, int i, DataType* dt);
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1276 func (m *MethodDescriptorProto) GetOutputType() string { func
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1237 func (m *MethodDescriptorProto) GetOutputType() string { func