Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/lite/utils/lstm_utils.cc

    }
    
    void ConvertLSTMCellSimpleToFusedLSTM::GenerateFusedOpOperands() {
      // Transpose both weight and projection.
      weight_transposed_ =
          Transpose2D(&builder_, weight_, weight_type_, fused_func_op_.getLoc());
      projection_transposed_ = Transpose2D(&builder_, projection_, projection_type_,
                                           fused_func_op_.getLoc());
    
      none_ = CreateNoneValue(&builder_, fused_func_op_.getLoc());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 36.2K bytes
    - Viewed (0)
Back to top