HomeSort by relevance Sort by last modified time
    Searched defs:ExecutorType (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/
AbstractBenchmark.java 105 public enum ExecutorType {
187 public void setup(ExecutorType clientExecutor,
188 ExecutorType serverExecutor,
213 if (serverExecutor == ExecutorType.DIRECT) {
216 if (clientExecutor == ExecutorType.DIRECT) {
  /external/tensorflow/tensorflow/core/framework/
function.cc 877 string FunctionLibraryRuntime::ExecutorType(const InstantiateOptions& options,
918 string executor_type = FunctionLibraryRuntime::ExecutorType(options, attrs);
    [all...]

Completed in 240 milliseconds