Home
last modified time | relevance | path

Searched refs:per_channel (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantization_utils.h140 TfLiteStatus QuantizeWeight(ModelT* model, TensorT* tensor, bool per_channel,
Dquantization_utils.cc697 TfLiteStatus QuantizeWeight(ModelT* model, TensorT* tensor, bool per_channel, in QuantizeWeight() argument
702 if (per_channel) { in QuantizeWeight()
Dquantization_utils_test.cc492 bool per_channel = false; in TEST_F() local
495 EXPECT_EQ(QuantizeWeight(&model, weights_tensor, per_channel, per_axis_index, in TEST_F()
/external/mesa3d/src/intel/compiler/
Dbrw_fs_reg_allocate.cpp1243 const bool per_channel = in spill_reg() local
1248 const fs_builder ubld = ibld.exec_all(!per_channel).group(width, 0); in spill_reg()
1258 (!inst->force_writemask_all && !per_channel)) in spill_reg()
/external/llvm-project/mlir/test/Dialect/Tosa/
Dops.mlir446 …zp = 127 : i32, multiplier = [1073741824 : i32], output_zp = -1 : i32, per_channel = false, scale3…
/external/llvm-project/mlir/include/mlir/Dialect/Tosa/IR/
DTosaOps.td1489 BoolAttr:$per_channel