Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/schema/
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()
/external/tensorflow/tensorflow/lite/toco/tflite/
Dexport.h103 OperatorKey(::tflite::BuiltinOperator type, const std::string& custom_code, in OperatorKey()
110 const std::string& custom_code() const { return custom_code_; } in custom_code() function
Dexport.cc318 flatbuffers::Offset<flatbuffers::String> custom_code = 0; in ExportOperatorCodes() local
/external/tensorflow/tensorflow/lite/testdata/
Dtest_model_broken.json59 "custom_code": "testing_op" string
Dsparse_tensor.json3 "operator_codes": [{"builtin_code": "CUSTOM", "custom_code": "FakeOp"}], string
/external/libcups/cups/
Dtestppd.c226 static const char *custom_code = variable
/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_weights.cc85 const std::string custom_code = op_code->custom_code; in GetWeightInputIndices() local
141 const std::string custom_code = op_code->custom_code; in IsHybridEvaluationOp() local
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_operator.cc240 const std::string& custom_code, const std::vector<uint8_t>& custom_options, in CustomOptionsToAttributes()
Dflatbuffer_export.cc1076 auto custom_code = builtin == tflite::BuiltinOperator_CUSTOM in GetOpcodeIndex() local
/external/tensorflow/tensorflow/lite/micro/
Dtest_helpers.cc148 const char* custom_code) { in RegisterOp()