HomeSort by relevance Sort by last modified time
    Searched defs:custom_code (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
export.h 39 // Only when `type` is `kTensorFlowUnsupported`, `custom_code` is filled to
42 OperatorKey(OperatorType type, const std::string& custom_code)
43 : type(type), custom_code(custom_code) {}
45 const std::string custom_code; member in struct:toco::tflite::details::OperatorKey
50 return custom_code < other.custom_code;
54 return type == other.type && custom_code == other.custom_code;
60 std::hash<std::string>()(key.custom_code);
    [all...]
export.cc 49 string custom_code; local
53 custom_code = unsupported_op.tensorflow_op;
55 return details::OperatorKey(op.type, custom_code);
206 if (!operator_key.custom_code.empty()) {
207 name = operator_key.custom_code;
  /external/libcups/cups/
testppd.c 71 static const char *custom_code = variable
287 !strcmp(s, custom_code))
293 (int)strlen(custom_code));
  /external/tensorflow/tensorflow/contrib/lite/schema/
schema_generated.h 3574 std::string custom_code; member in struct:tflite::OperatorCodeT
3589 const flatbuffers::String *custom_code() const { function in struct:tflite::FLATBUFFERS_FINAL_CLASS
    [all...]

Completed in 400 milliseconds