Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for func_arguments_ (0.2 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize_weights.cc

                func::FuncOp func = while_op.body_function();
                auto func_argument = func.getArgument(next_op_operand_num);
                // Check if the op is returned without mutation. Returning values
                // from a while op follow return or identity -> return pattern.
                if (checkIfAnyUserIsConnectedToTermiantor(func_argument))
                  next_values_to_visit.push_back(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 07:39:40 UTC 2024
    - 11.3K bytes
    - Viewed (0)
Back to top