Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for resumption (0.21 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          auto witness = shape::WitnessType::get(b.getContext());
          assumption = b.createOrFold<shape::AssumingAllOp>(
              witness, ValueRange{assumption, eq_cstr});
        }
        auto result_type = mlir::cast<TensorType>(op.getResult().getType());
        auto assuming_op =
            b.create<shape::AssumingOp>(ArrayRef<Type>{result_type}, assumption);
    
        OpBuilder::InsertionGuard guard(b);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  2. doc/go_spec.html

    by the signed integer representation, the operation, and its operands.
    Overflow does not cause a <a href="#Run_time_panics">run-time panic</a>.
    A compiler may not optimize code under the assumption that overflow does
    not occur. For instance, it may not assume that <code>x &lt; x + 1</code> is always true.
    </p>
    
    <h4 id="Floating_point_operators">Floating-point operators</h4>
    
    <p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
Back to top