Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetOperation (0.16 sec)

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

            stride_values);
    
        auto d_slice = rewriter.create<mhlo::RealDynamicSliceOp>(
            loc, op.getOperation()->getResult(0).getType(), input, start_indices,
            end_indices, stride_indices);
        rewriter.replaceOp(op, d_slice.getOperation()->getResults());
        return success();
      }
    };
    
    static void BroadcastBatchMatMulV2Operands(Value lhs, Value rhs, Location loc,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top