HomeSort by relevance Sort by last modified time
    Searched refs:RPCFactory (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/core/util/rpc/
rpc_factory.h 30 class RPCFactory {
32 RPCFactory() {}
33 virtual ~RPCFactory() {}
66 TF_DISALLOW_COPY_AND_ASSIGN(RPCFactory);
rpc_factory_registry_test.cc 23 static RPCFactory* Function(OpKernelConstruction* ctx, bool fail_fast,
rpc_factory_registry.h 29 typedef std::function<RPCFactory*(OpKernelConstruction* ctx, bool fail_fast,
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_rpc_factory_registration.cc 25 static RPCFactory* Function(OpKernelConstruction* ctx, bool fail_fast,
grpc_rpc_factory.h 33 class GrpcRPCFactory : public RPCFactory {
grpc_rpc_factory.cc 82 : RPCFactory(), fail_fast_(fail_fast), timeout_in_ms_(timeout_in_ms) {
  /external/tensorflow/tensorflow/core/kernels/
rpc_op.cc 121 std::unique_ptr<RPCFactory> rpc_factory_;

Completed in 2924 milliseconds