Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for visualizations (0.39 sec)

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

          std::string tensor_name = UniqueName(val);
          // For "tfl.numeric_verify" op, the name is used to find out the
          // original activation tensor rather than its own unique name in the
          // visualization or debugging tools.
          auto builtin_code = GetBuiltinOpCode(&inst);
          if (!builtin_code && dyn_cast<mlir::TFL::NumericVerifyOp>(&inst)) {
            // The first operand is the quantized activation, the target of this
    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