Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

        const int arg_index = GetTensorIndex(
            tensors[input_pair.value()->tensor_index]->name, input_names);
        if (arg_index == -1) {
          func->emitWarning("Invalid signature tensors specified.");
          return;
        }
        func.setArgAttr(
            arg_index, kTfSavedModelIndexPathAttr,
            mlir::ArrayAttr::get(context, {mlir::StringAttr::get(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize_composite_functions.cc

            return failure();
          }
          if (identifier_to_attr.count(
                  llvm::StringRef(std::string(key_and_value_pair[1]))) == 0) {
            float_func.emitWarning(absl::StrCat("Using the default value for the '",
                                                key_and_value_pair[0],
                                                "' attribute"));
            continue;
          }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 54.5K bytes
    - Viewed (0)
Back to top