/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | server_lib_test.cc | 29 Status NewServer(const ServerDef& server_def, const Options& options, in NewServer() function in tensorflow::TestServerFactory 40 TF_EXPECT_OK(NewServer(server_def, &server)); in TEST() 47 Status s = NewServer(server_def, &server); in TEST()
|
D | server_lib.cc | 72 Status NewServer(const ServerDef& server_def, in NewServer() function 76 return factory->NewServer(server_def, ServerFactory::Options(), out_server); in NewServer() 86 return factory->NewServer(server_def, options, out_server); in NewServerWithOptions()
|
D | server_lib.h | 75 virtual Status NewServer(const ServerDef& server_def, const Options& options, 99 Status NewServer(const ServerDef& server_def,
|
D | rpcbench_test.cc | 87 TF_CHECK_OK(NewServer(server, &svr)); in MakeGRPCCluster()
|
/external/pigweed/pw_target_runner/go/src/pigweed.dev/pw_target_runner/ |
D | server.go | 52 func NewServer() *Server { func 54 grpcServer: grpc.NewServer(),
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | ServerSafeHandle.cs | 32 public static ServerSafeHandle NewServer(ChannelArgsSafeHandle args) in NewServer() method in Grpc.Core.Internal.ServerSafeHandle
|
/external/pigweed/pw_target_runner/go/src/pigweed.dev/pw_target_runner_server/ |
D | main.go | 94 server := pw_target_runner.NewServer()
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | protocol.go | 71 func NewServer(ctx context.Context, stream jsonrpc2.Stream, server Server) (context.Context, *jsonr… func
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/ |
D | protocol.go | 71 func NewServer(ctx context.Context, stream jsonrpc2.Stream, server Server) (context.Context, *jsonr… func
|
/external/oss-fuzz/projects/grpc-go/ |
D | fuzz_hello.go | 32 s := grpc.NewServer()
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | protocol.go | 71 func NewServer(ctx context.Context, stream jsonrpc2.Stream, server Server) (context.Context, *jsonr… func
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_testlib_server.cc | 109 s = tensorflow::NewServer(def, &svr); in main()
|
D | grpc_tensorflow_server.cc | 124 TF_QCHECK_OK(tensorflow::NewServer(server_def, &server)); in main()
|
D | grpc_server_lib.cc | 566 Status NewServer(const ServerDef& server_def, const Options& options, in NewServer() function in tensorflow::__anon16a85f490811::GrpcServerFactory
|
/external/flatbuffers/grpc/tests/ |
D | go_test.go | 77 ser := grpc.NewServer(grpc.CustomCodec(flatbuffers.FlatbuffersCodec{}))
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | Server.cs | 76 this.handle = ServerSafeHandle.NewServer(channelArgs); in Server()
|
/external/boringssl/src/util/fipstools/acvp/acvptool/ |
D | acvp.go | 400 …server := acvp.NewServer(config.ACVPServer, config.LogFile, [][]byte{certDER}, certKey, func() str…
|
/external/boringssl/src/util/fipstools/acvp/acvptool/acvp/ |
D | acvp.go | 57 func NewServer(prefix string, logFile string, derCertificates [][]byte, privateKey crypto.PrivateKe… func
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/ |
D | langsvr.go | 80 s.ctx, s.conn, s.client = lsp.NewServer(context.Background(), stream, &s)
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/ |
D | langsvr.go | 85 s.ctx, s.conn, s.client = lsp.NewServer(context.Background(), stream, &s)
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/ |
D | langsvr.go | 80 s.ctx, s.conn, s.client = lsp.NewServer(context.Background(), stream, &s)
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | context_distributed_manager.cc | 699 LOG_AND_RETURN_IF_ERROR(tensorflow::NewServer(server_def, &new_server)); in EnableCollectiveOps()
|
/external/tensorflow/tensorflow/c/ |
D | c_api.cc | 2556 status->status = tensorflow::NewServer(server_def, &out_server); in TF_NewServer()
|