Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for src_oidx_ (0.08 sec)

  1. tensorflow/compiler/jit/node_matchers.cc

          return false;
        }
        if (out_edge.second != src_oidx_) {
          if (listener->IsInterested()) {
            *listener << "\nexpected output slot to be " << src_oidx_
                      << " but found " << out_edge.second;
          }
          return false;
        }
    
        return true;
      }
    
      void DescribeTo(::std::ostream* os) const override {
        if (src_oidx_) {
          *os << "output slot: " << src_oidx_ << ", source: (";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 03 16:15:20 UTC 2022
    - 16.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK:   [[LIMIT:%.*]] = mhlo.constant dense<4> : tensor<i32>
      // CHECK:   [[CMP:%.*]] = mhlo.compare LT, [[ITER_ARG0]], [[LIMIT]], NOTYPE
      // CHECK:   mhlo.return [[CMP]]
      // CHECK: } do {
      // CHECK:   [[SRC_IDX:%.*]] = "mhlo.dynamic_slice"([[ITER_ARG2]], [[ITER_ARG0]]) <{slice_sizes = dense<1> : tensor<1xi64>}> : (tensor<4xi32>, tensor<i32>) -> tensor<1xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
Back to top