Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetOutput (0.74 sec)

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

        SmallVector<Value, 6> input_indices;
        input_indices.resize(input_type.getRank(), cst);
    
        for (auto pair :
             llvm::zip(unpacked_indices.getOutput(), split_updates.getOutput())) {
          input_indices.front() = std::get<0>(pair);
          input = rewriter.create<mhlo::DynamicUpdateSliceOp>(
              op.getLoc(), op.getType(), input, std::get<1>(pair), input_indices);
        }
    
    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