Searched defs:operator_names (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/ |
H A D | quantize_model.cc | 147 const std::unordered_set<string>& operator_names, const ModelT* model, in GetOperatorProperty() 213 ModelT* model, const std::unordered_set<string>& operator_names, in PopulateRealValueOpSet() 688 ModelT* model, const std::unordered_set<string>& operator_names, in ApplyConstraints() 1467 const std::unordered_set<string>& operator_names, in QuantizeWeightsInputOutput() 1541 const std::unordered_set<string>& operator_names, in QuantizeBiases() 1615 std::unordered_set<string> operator_names; in GetAllOperatorOutputs() local 1633 ModelT* model, const std::unordered_set<string>& operator_names, in FillQuantizationParams() 1751 ModelT* model, const std::unordered_set<string>& operator_names, in EnsureBiasScaleCompatibility() 1901 const std::unordered_set<string>& operator_names, in QuantizeModel() 1944 const std::unordered_set<string>& operator_names, in QuantizeModel()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/ |
H A D | quantize_model.cc | 54 const std::unordered_set<std::string>& operator_names, in QuantizeModel()
|
H A D | quantize_model_test.cc | 49 bool allow_float, const std::unordered_set<string>& operator_names, in QuantizeModel()
|
/aosp_15_r20/external/executorch/runtime/ |
H A D | __init__.py | 136 def operator_names(self) -> Set[str]: member in OperatorRegistry
|
/aosp_15_r20/external/pytorch/test/cpp/jit/ |
H A D | test_lite_interpreter_direct.cpp | 571 std::set<std::string> operator_names = in TEST() local
|
H A D | test_flatbuffer.cpp | 889 std::set<std::string> operator_names = in TEST() local
|
H A D | test_lite_interpreter.cpp | 1050 std::set<std::string> operator_names = in TEST() local
|
H A D | test_misc.cpp | 1291 static std::set<std::string> operator_names; in TEST() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
D | cpplib.h | 417 unsigned char operator_names; member
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
H A D | xnnpack_delegate.cc | 796 std::vector<char> operator_names; in AddEventsToProfiler() local
|