Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ConvertForward (0.2 sec)

  1. tensorflow/compiler/mlir/lite/quantization/lite/tfl_to_std.h

    // A helper class to convert target function to another representation using
    // `ConvertForward` function during construction and convert target function
    // back to the original representation using `ConvertBackward` function during
    // deconstruction.
    template <void (*ConvertForward)(func::FuncOp),
              void (*ConvertBackward)(func::FuncOp)>
    class ScopedOpsConverter {
     public:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 19 00:13:50 UTC 2022
    - 2.5K bytes
    - Viewed (0)
Back to top