Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for targs_values (0.17 sec)

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

          TF::FakeQuantWithMinMaxVarsOp &fakequant_op) const {
        ::llvm::SmallVector<Value, 4> target_values;
        ::llvm::SmallVector<NamedAttribute, 4> target_attrs;
        target_values.push_back((*new_reorder_op.getODSResults(0).begin()));
        target_values.push_back((*min.begin()));
        target_values.push_back((*max.begin()));
        if (auto tmpAttr = num_bits) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
Back to top