Searched defs:custom_code (Results 1 – 10 of 10) sorted by relevance
42 flatbuffers::Offset<flatbuffers::String> custom_code, int32_t version) { in CreateOperatorCode()59 const char *custom_code, int32_t version) { in CreateOperatorCodeDirect()
103 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
318 flatbuffers::Offset<flatbuffers::String> custom_code = 0; in ExportOperatorCodes() local
59 "custom_code": "testing_op" string
3 "operator_codes": [{"builtin_code": "CUSTOM", "custom_code": "FakeOp"}], string
226 static const char *custom_code = variable
85 const std::string custom_code = op_code->custom_code; in GetWeightInputIndices() local141 const std::string custom_code = op_code->custom_code; in IsHybridEvaluationOp() local
240 const std::string& custom_code, const std::vector<uint8_t>& custom_options, in CustomOptionsToAttributes()
1076 auto custom_code = builtin == tflite::BuiltinOperator_CUSTOM in GetOpcodeIndex() local
148 const char* custom_code) { in RegisterOp()