Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bw_projection_weights (0.21 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

       Or<[
          And<[TypeIsPred<"fw_projection_weights", NoneType>,
               TypeIsPred<"fw_projection_bias", NoneType>,
               TypeIsPred<"bw_projection_weights", NoneType>,
               TypeIsPred<"bw_projection_bias", NoneType>]>,
          And<[
            Neg<TypeIsPred<"fw_projection_weights", NoneType>>,
            Neg<TypeIsPred<"bw_projection_weights", NoneType>>,
         ]>
       ]>>;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top