Searched refs:RPCFactory (Results 1 – 7 of 7) sorted by relevance
30 class RPCFactory {32 RPCFactory() {} in RPCFactory() function33 virtual ~RPCFactory() {} in ~RPCFactory()66 TF_DISALLOW_COPY_AND_ASSIGN(RPCFactory);
23 static RPCFactory* Function(OpKernelConstruction* ctx, bool fail_fast, in Function()
29 typedef std::function<RPCFactory*(OpKernelConstruction* ctx, bool fail_fast,
25 static RPCFactory* Function(OpKernelConstruction* ctx, bool fail_fast, in Function()
33 class GrpcRPCFactory : public RPCFactory {
82 : RPCFactory(), fail_fast_(fail_fast), timeout_in_ms_(timeout_in_ms) { in GrpcRPCFactory()
121 std::unique_ptr<RPCFactory> rpc_factory_;