Home
last modified time | relevance | path

Searched defs:ScaleFn (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
H A Ddevice_target.h46 using ScaleFn = std::function<LogicalResult(QuantizeContext*, Operation*, variable
/aosp_15_r20/external/pytorch/test/optim/
H A Dtest_lrscheduler.py1574 class ScaleFn: class