Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getOperandNumber (0.43 sec)

  1. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

                // Tensorlist is passed into a while loop, check inside the body
                // function.
                auto inside_uses = while_op.body_function()
                                       .getArgument(use.getOperandNumber())
                                       .getUses();
                for (auto &inside_use : llvm::make_early_inc_range(inside_uses)) {
                  if (TF::TensorListSetItemOp set_op =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

          auto affine_user = llvm::dyn_cast<mlir::AffineQuantizedOpInterface>(user);
          if (affine_user &&
              affine_user.GetAffineOperandIndex() == use.getOperandNumber() &&
              affine_user.RequiredNarrowRangeAffineOperand())
            continue;
          // Create a fully range quantized constant.
          if (full_range_const == value) {
            mlir::quant::QuantizedType new_qtype;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
Back to top