Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NativeCodeCall (0.85 sec)

  1. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

                    $axis),
      [(F32ElementsVal $output)]>;
    
    def Get1DShapeValue: NativeCodeCall<"Get1DShapeValue($_builder, $0)">;
    
    class GetIthValue<int index> : NativeCodeCall<"$0[" # index # "]">;
    
    def GetEmbeddingLookupShape: NativeCodeCall<"GetEmbeddingLookupShape($0, $1)">;
    
    // Replace
    //   OneHot(index, depth, on=1.0f, off=0.0f, axis=-1) * filter
    // With
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
Back to top