Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for emitWarning (0.1 sec)

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

              }
              flex_builder->EndVector(start, /*typed=*/true, /*fixed=*/false);
            } else {
              emitWarning(loc,
                          "ignoring unsupported type in list attribute with key: ")
                  << key;
            }
            break;
          default:
            emitWarning(loc, "ignoring unsupported attribute type with key: ")
                << key;
            break;
        }
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

          if (failed(PropagateShapeIntoAttachedFunctions(op, max_iterations))) {
            op->emitWarning() << "unable to refine shape of attached function "
                                 "arguments and bodies";
            return WalkResult::interrupt();
          }
    
          if (failed(PropagateShapeIntoAttachedRegions(op, max_iterations))) {
            op->emitWarning() << "unable to refine shape of attached region "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
Back to top