Home
last modified time | relevance | path

Searched defs:custom_code (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/schema/
H A Dschema_conversion_utils.cc42 flatbuffers::Offset<flatbuffers::String> custom_code, int32_t version) { in CreateOperatorCode()
59 const char *custom_code, int32_t version) { in CreateOperatorCodeDirect()
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/
H A Dexport.h107 OperatorKey(::tflite::BuiltinOperator type, const std::string& custom_code, in OperatorKey()
114 const std::string& custom_code() const { return custom_code_; } in custom_code() function
H A Dexport.cc320 flatbuffers::Offset<flatbuffers::String> custom_code = 0; in ExportOperatorCodes() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Dquantize_weights.cc99 const std::string custom_code = op_code->custom_code; in GetWeightInputIndices() local
156 const std::string custom_code = op_code->custom_code; in IsHybridEvaluationOp() local
H A Dquantize_weights_portable.cc85 const std::string custom_code = op_code->custom_code; in GetWeightInputIndices() local
142 const std::string custom_code = op_code->custom_code; in IsHybridEvaluationOp() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Dlegalize_jax_random.cc103 auto custom_code = in runOnOperation() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/testdata/
H A Dtest_model_broken.json59 "custom_code": "testing_op" string
H A Dsparse_tensor.json3 "operator_codes": [{"builtin_code": "CUSTOM", "custom_code": "FakeOp"}], string
/aosp_15_r20/external/libcups/cups/
H A Dtestppd.c226 static const char *custom_code = variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/
H A Dflatbuffer_operator.cc318 const std::string& custom_code, const std::vector<uint8_t>& custom_options, in CustomOptionsToAttributes()
H A Dflatbuffer_export.cc1197 auto custom_code = builtin == tflite::BuiltinOperator_CUSTOM in GetOpcodeIndex() local