Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TfTypeToTflType (0.13 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

          case ::tensorflow::AttrValue::kS:
            flex_builder->String(key, attr.s());
            break;
          case ::tensorflow::AttrValue::kType: {
            auto status_or_tfl_type = tflite::TfTypeToTflType(attr.type());
            if (status_or_tfl_type.ok()) {
              flex_builder->Int(key, status_or_tfl_type.value());
            } else {
              emitWarning(loc, "ignoring unsupported tensorflow type: ")
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top