Home
last modified time | relevance | path

Searched defs:inputFileName (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
Dtfl_quantizer.cc32 static opt<std::string> inputFileName(llvm::cl::Positional, variable
/external/tremolo/tests/
DVorbisDecoderTest.cpp269 string inputFileName = gEnv->getRes() + GetParam().first; in TEST_P() local
299 string inputFileName = gEnv->getRes() + GetParam().first; in TEST_P() local
/external/armnn/src/armnnQuantizer/
DCommandLineProcessor.cpp42 bool ValidateProvidedFile(const std::string& inputFileName) in ValidateProvidedFile()
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/
Dimporter_test_min_max.cc46 static opt<std::string> inputFileName(llvm::cl::Positional, variable
/external/antlr/tool/src/main/java/org/antlr/tool/
DInterp.java74 String inputFileName = args[3]; in main() local
/external/armnn/tests/ImageTensorGenerator/
DImageTensorGenerator.cpp78 bool ValidateInputFile(const std::string& inputFileName) in ValidateInputFile()
/external/icu/icu4c/source/tools/gensprep/
Dgensprep.c144 const char *bundleName=NULL, *inputFileName = NULL; in main() local
/external/zstd/programs/
Dutil.c404 const char* inputFileName) in readLinesFromFile()
433 UTIL_createFileNamesTable_fromFileName(const char* inputFileName) in UTIL_createFileNamesTable_fromFileName()
/external/zstd/contrib/pzstd/
DPzstd.cpp92 std::string inputFileName = inputFile == "-" ? "stdin" : inputFile; in handleOneInput() local