Home
last modified time | relevance | path

Searched refs:RPCFactory (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/util/rpc/
Drpc_factory.h30 class RPCFactory {
32 RPCFactory() {} in RPCFactory() function
33 virtual ~RPCFactory() {} in ~RPCFactory()
66 TF_DISALLOW_COPY_AND_ASSIGN(RPCFactory);
Drpc_factory_registry_test.cc23 static RPCFactory* Function(OpKernelConstruction* ctx, bool fail_fast, in Function()
Drpc_factory_registry.h29 typedef std::function<RPCFactory*(OpKernelConstruction* ctx, bool fail_fast,
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_rpc_factory_registration.cc25 static RPCFactory* Function(OpKernelConstruction* ctx, bool fail_fast, in Function()
Dgrpc_rpc_factory.h33 class GrpcRPCFactory : public RPCFactory {
Dgrpc_rpc_factory.cc82 : RPCFactory(), fail_fast_(fail_fast), timeout_in_ms_(timeout_in_ms) { in GrpcRPCFactory()
/external/tensorflow/tensorflow/core/kernels/
Drpc_op.cc121 std::unique_ptr<RPCFactory> rpc_factory_;