Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateF32SplatConst (0.43 sec)

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

      proj_bias_ = !projection_type_
                       ? none_
                       : CreateF32SplatConst(&builder_, {n_output_}, 0,
                                             fused_func_op_.getLoc());
    }
    
    void ConvertLSTMCellSimpleToFusedLSTM::SetInputActivationState() {
      input_activation_state_ = CreateF32SplatConst(&builder_, {1, n_output_}, 0,
                                                    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