Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for forget_layer_norm_coefficients (0.3 sec)

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

      Value proj_bias_;
    
      // state
      Value input_activation_state_;
      Value input_cell_state_;
    
      // layer norm coefficients
      Value input_layer_norm_coefficients_;
      Value forget_layer_norm_coefficients_;
      Value cell_layer_norm_coefficients_;
      Value output_layer_norm_coefficients_;
    
      mlir::TFL::LSTMOp lstm_;
    
      Value none_;
      SmallVector<int64_t, 1> bias_slice_shape_;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 03 00:14:05 UTC 2023
    - 7.3K bytes
    - Viewed (0)
Back to top