Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RewireFloatModelBackbone (0.14 sec)

  1. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_utils.h

              if (enable_whole_model_verify) {
                RewireFloatModelBackbone(quantized_op, quantizing_op);
              }
            }
          }
        }
        return success();
      }
    
     private:
      // Reconnects float ops in the whole-model verify mode. Works for both
      // Quantizable ops and Unquantizable ops
      void RewireFloatModelBackbone(Operation* quantized_op,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 41.7K bytes
    - Viewed (0)
Back to top