Home
last modified time | relevance | path

Searched refs:ExecutorType (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/
DFlowControlledMessagesPerSecondBenchmark.java52 public ExecutorType clientExecutor = ExecutorType.DIRECT;
86 ExecutorType.DIRECT, in setup()
DSingleThreadBlockingQpsBenchmark.java44 super.setup(ExecutorType.DIRECT, in setup()
45 ExecutorType.DIRECT, in setup()
DUnaryCallQpsBenchmark.java70 super.setup(ExecutorType.DIRECT, in setup()
71 ExecutorType.DIRECT, in setup()
DUnaryCallResponseBandwidthBenchmark.java76 super.setup(ExecutorType.DIRECT, in setup()
77 ExecutorType.DIRECT, in setup()
DStreamingPingPongsPerSecondBenchmark.java78 super.setup(ExecutorType.DIRECT, in setup()
79 ExecutorType.DIRECT, in setup()
DStreamingResponseBandwidthBenchmark.java79 super.setup(ExecutorType.DIRECT, in setup()
80 ExecutorType.DIRECT, in setup()
DAbstractBenchmark.java105 public enum ExecutorType { enum in AbstractBenchmark
187 public void setup(ExecutorType clientExecutor, in setup()
188 ExecutorType serverExecutor, in setup()
213 if (serverExecutor == ExecutorType.DIRECT) { in setup()
216 if (clientExecutor == ExecutorType.DIRECT) { in setup()
/external/tensorflow/tensorflow/core/framework/
Dfunction.h699 static string ExecutorType(const InstantiateOptions& options,
Dfunction.cc877 string FunctionLibraryRuntime::ExecutorType(const InstantiateOptions& options, in ExecutorType() function in tensorflow::FunctionLibraryRuntime
918 string executor_type = FunctionLibraryRuntime::ExecutorType(options, attrs); in Canonicalize()
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc739 item->executor_type = ExecutorType(options, attrs); in Instantiate()