Home
last modified time | relevance | path

Searched refs:Roundtrip (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/test/perf/utfperf/
Dutfperf.cpp154 class Roundtrip : public Command { class
156 Roundtrip(const UtfPerformanceTest &testcase) : Command(testcase) {} in Roundtrip() function in Roundtrip
159 Roundtrip * t = new Roundtrip(testcase); in get()
333 case 0: name = "Roundtrip"; if (exec) return Roundtrip::get(*this); break; in runIndexedTest()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dmlir_roundtrip_pass.cc59 static Status Roundtrip(const GraphOptimizationPassOptions& options, in Roundtrip() function
67 if (options.graph) return Roundtrip(options, options.graph, &context); in Run()
/external/llvm-project/llvm/test/tools/llvm-profdata/
Dcsprof-dump.test26 Roundtrip test:
/external/libchrome/libchrome_tools/patch/
Dpath_service.patch61 -TEST_F(JSONFileValueSerializerTest, Roundtrip) {
/external/tensorflow/tensorflow/core/kernels/data/
Drepeat_dataset_op_test.cc308 TEST_P(ParameterizedIteratorSaveAndRestoreTest, Roundtrip) { in TEST_P() argument
/external/libchrome/base/json/
Djson_value_serializer_unittest.cc216 TEST(JSONValueSerializerTest, Roundtrip) { in TEST() argument