Home
last modified time | relevance | path

Searched refs:BenchmarkOptions (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops_test.cc138 struct BenchmarkOptions { struct
245 typedef BenchmarkOptions<ExampleStore<BytesFiller>, kSparse> SparseString;
246 typedef BenchmarkOptions<ExampleStore<BytesFiller>, kDense> DenseString;
247 typedef BenchmarkOptions<ExampleStore<BytesFiller>, kVarLenDense>
249 typedef BenchmarkOptions<ExampleStore<Int64Filler>, kSparse> SparseInt64;
250 typedef BenchmarkOptions<ExampleStore<Int64Filler>, kDense> DenseInt64;
251 typedef BenchmarkOptions<ExampleStore<Int64Filler>, kVarLenDense>
253 typedef BenchmarkOptions<ExampleStore<FloatFiller>, kSparse> SparseFloat;
254 typedef BenchmarkOptions<ExampleStore<FloatFiller>, kDense> DenseFloat;
255 typedef BenchmarkOptions<ExampleStore<FloatFiller>, kVarLenDense>
/external/grpc-grpc/src/csharp/Grpc.Microbenchmarks/
DProgram.cs37 private class BenchmarkOptions class in Grpc.Microbenchmarks.Program
46 var parserResult = Parser.Default.ParseArguments<BenchmarkOptions>(args) in Main()