/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/ |
H A D | gen_op_registration_main.cc | 63 const tflite::RegisteredOpMap& custom_ops, in GenerateFileContent() 140 tflite::RegisteredOpMap* custom_ops) { in AddOpsFromModel() 162 tflite::RegisteredOpMap custom_ops; in main() local
|
H A D | gen_op_registration.cc | 36 tflite::RegisteredOpMap* custom_ops) { in ReadOpsFromModel()
|
H A D | verifier_internal_test.cc | 49 const std::vector<std::string>& custom_ops) { in TfLiteFlatbufferModelBuilder()
|
H A D | verifier_test.cc | 71 const std::vector<std::string>& custom_ops) { in TfLiteFlatbufferModelBuilder()
|
/aosp_15_r20/external/pytorch/test/custom_operator/ |
H A D | CMakeLists.txt | 3 project(custom_ops) project 11 add_library(custom_ops SHARED op.cpp) target
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/logging/ |
H A D | conversion_log_util.cc | 154 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 D | toco_conversion_log.proto | 28 map<string, int32> custom_ops = 3; field
|
H A D | conversion_log_util_test.cc | 115 std::map<std::string, int> built_in_ops, select_ops, custom_ops; in TEST() local
|
/aosp_15_r20/external/executorch/extension/llm/ |
H A D | README.md | 38 ## custom_ops section
|
/aosp_15_r20/external/executorch/examples/qualcomm/oss_scripts/llama3_2/ |
H A D | CMakeLists.txt | 11 add_library(custom_ops ${CUSTOM_OP_SRCS_FILE}) target
|
/aosp_15_r20/external/executorch/backends/cadence/reference/operators/ |
H A D | CMakeLists.txt | 73 custom_ops target
|
/aosp_15_r20/external/executorch/backends/cadence/hifi/operators/ |
H A D | CMakeLists.txt | 72 custom_ops "quantized_linear_out.cpp" "quantized_layer_norm.cpp" target
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/ |
H A D | export.cc | 440 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 D | CMakeLists.txt | 56 add_library(custom_ops ${_custom_ops__srcs}) target
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | eliminate_no_ops.cpp | 48 std::unordered_set<c10::Symbol> custom_ops) { in EliminateNoOps()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
H A D | raise_custom_ops.cc | 62 llvm::SmallVector<Operation *, 4> custom_ops; in runOnOperation() local
|
/aosp_15_r20/external/pytorch/benchmarks/tensorexpr/ |
H A D | microbenchmarks.py | 164 custom_ops = [ variable
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_custom_ops.py | 15 import torch._custom_ops as custom_ops namespace
|