Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getTruncate (0.08 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/region_control_flow_to_functional.cc

      // There can only be non-truncating cast op's prior to the call.
      for (; it != block.rend(); ++it) {
        CastOp cast = dyn_cast<CastOp>(*it);
        if (!cast || cast.getTruncate()) return std::nullopt;
      }
    
      return call;
    }
    
    using ArgMatcherFn = function_ref<bool(Value, Region&, Value, Region&)>;
    
    // Returns whether the arguments of the given 2 calls are match (after looking
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 28.7K bytes
    - Viewed (0)
Back to top