Searched refs:kFlexCustomCodePrefix (Results 1 – 3 of 3) sorted by relevance
22 return custom_name && strncmp(custom_name, kFlexCustomCodePrefix, in IsFlexOp()23 strlen(kFlexCustomCodePrefix)) == 0; in IsFlexOp()
33 constexpr char kFlexCustomCodePrefix[] = "Flex"; variable
145 string(::tflite::kFlexCustomCodePrefix) + flex_tensorflow_op_; in OperatorKey()157 string(::tflite::kFlexCustomCodePrefix) + flex_tensorflow_op_; in OperatorKey()