Home
last modified time | relevance | path

Searched defs:CreateCall (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DChannelSafeHandle.cs51 …public CallSafeHandle CreateCall(CallSafeHandle parentCall, ContextPropagationFlags propagationMas… in CreateCall() method in Grpc.Core.Internal.ChannelSafeHandle
/external/grpc-grpc/src/cpp/client/
Dchannel_cc.cc102 internal::Call Channel::CreateCall(const internal::RpcMethod& method, in CreateCall() function in grpc::Channel
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_rpc_factory.cc167 void GrpcRPCFactory::CreateCall(const Tensor& request_t, const bool try_rpc, in CreateCall() function in tensorflow::GrpcRPCFactory
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc845 grpc_error* ConnectedSubchannel::CreateCall(const CallArgs& args, in CreateCall() function in grpc_core::ConnectedSubchannel
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc1268 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateCall( in CreateCall() function in xla::HloInstruction
/external/llvm/bindings/go/llvm/
Dir.go1663 func (b Builder) CreateCall(fn Value, args []Value, name string) (v Value) { func
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1730 func (b Builder) CreateCall(fn Value, args []Value, name string) (v Value) { func