Home
last modified time | relevance | path

Searched defs:create (Results 1 – 3 of 3) sorted by relevance

/test/dittosuite/src/
Dopen_file.cpp23 OpenFile::OpenFile(const Params& params, const std::string& path_name, bool create, bool direct_io, in OpenFile()
34 OpenFile::OpenFile(const Params& params, int input_key, bool create, bool direct_io, in OpenFile()
44 OpenFile::OpenFile(const Params& params, bool create, bool direct_io, int output_fd_key, in OpenFile()
/test/dittosuite/schema/
Dbenchmark.proto105 optional bool create = 4 [default = true]; field
/test/mlts/benchmark/jni/
Drun_tflite.cpp101 BenchmarkModel* BenchmarkModel::create(const char* modelfile, int tfliteBackend, in create() function in BenchmarkModel