Home
last modified time | relevance | path

Searched defs:custom_ops (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/
H A Dgen_op_registration_main.cc63 const tflite::RegisteredOpMap& custom_ops, in GenerateFileContent()
140 tflite::RegisteredOpMap* custom_ops) { in AddOpsFromModel()
162 tflite::RegisteredOpMap custom_ops; in main() local
H A Dgen_op_registration.cc36 tflite::RegisteredOpMap* custom_ops) { in ReadOpsFromModel()
H A Dverifier_internal_test.cc49 const std::vector<std::string>& custom_ops) { in TfLiteFlatbufferModelBuilder()
H A Dverifier_test.cc71 const std::vector<std::string>& custom_ops) { in TfLiteFlatbufferModelBuilder()
/aosp_15_r20/external/pytorch/test/custom_operator/
H A DCMakeLists.txt3 project(custom_ops) project
11 add_library(custom_ops SHARED op.cpp) target
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/logging/
H A Dconversion_log_util.cc154 std::map<std::string, int>* custom_ops, in CountOperatorsByType()
245 std::map<std::string, int> custom_ops, select_ops, built_in_ops; in PopulateConversionLog() local
H A Dtoco_conversion_log.proto28 map<string, int32> custom_ops = 3; field
H A Dconversion_log_util_test.cc115 std::map<std::string, int> built_in_ops, select_ops, custom_ops; in TEST() local
/aosp_15_r20/external/executorch/extension/llm/
H A DREADME.md38 ## custom_ops section
/aosp_15_r20/external/executorch/examples/qualcomm/oss_scripts/llama3_2/
H A DCMakeLists.txt11 add_library(custom_ops ${CUSTOM_OP_SRCS_FILE}) target
/aosp_15_r20/external/executorch/backends/cadence/reference/operators/
H A DCMakeLists.txt73 custom_ops target
/aosp_15_r20/external/executorch/backends/cadence/hifi/operators/
H A DCMakeLists.txt72 custom_ops "quantized_linear_out.cpp" "quantized_layer_norm.cpp" target
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/
H A Dexport.cc440 void ParseControlFlowErrors(std::set<std::string>* custom_ops, in ParseControlFlowErrors()
525 std::set<std::string> custom_ops; in Export() local
/aosp_15_r20/external/executorch/extension/llm/custom_ops/
H A DCMakeLists.txt56 add_library(custom_ops ${_custom_ops__srcs}) target
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Deliminate_no_ops.cpp48 std::unordered_set<c10::Symbol> custom_ops) { in EliminateNoOps()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Draise_custom_ops.cc62 llvm::SmallVector<Operation *, 4> custom_ops; in runOnOperation() local
/aosp_15_r20/external/pytorch/benchmarks/tensorexpr/
H A Dmicrobenchmarks.py164 custom_ops = [ variable
/aosp_15_r20/external/pytorch/test/
H A Dtest_custom_ops.py15 import torch._custom_ops as custom_ops namespace