Searched refs:per_channel (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/lite/tools/optimize/ |
D | quantization_utils.h | 140 TfLiteStatus QuantizeWeight(ModelT* model, TensorT* tensor, bool per_channel,
|
D | quantization_utils.cc | 697 TfLiteStatus QuantizeWeight(ModelT* model, TensorT* tensor, bool per_channel, in QuantizeWeight() argument 702 if (per_channel) { in QuantizeWeight()
|
D | quantization_utils_test.cc | 492 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/ |
D | brw_fs_reg_allocate.cpp | 1243 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/ |
D | ops.mlir | 446 …zp = 127 : i32, multiplier = [1073741824 : i32], output_zp = -1 : i32, per_channel = false, scale3…
|
/external/llvm-project/mlir/include/mlir/Dialect/Tosa/IR/ |
D | TosaOps.td | 1489 BoolAttr:$per_channel
|