Searched refs:weights_quant (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/end2end/ |
D | fake_quant_per_channel.pbtxt | 86 name: "BoxPredictor_4/ClassPredictor/weights_quant/min" 110 name: "BoxPredictor_4/ClassPredictor/weights_quant/min/read" 112 input: "BoxPredictor_4/ClassPredictor/weights_quant/min" 123 s: "loc:@BoxPredictor_4/ClassPredictor/weights_quant/min" 129 name: "BoxPredictor_4/ClassPredictor/weights_quant/max" 153 name: "BoxPredictor_4/ClassPredictor/weights_quant/max/read" 155 input: "BoxPredictor_4/ClassPredictor/weights_quant/max" 166 s: "loc:@BoxPredictor_4/ClassPredictor/weights_quant/max" 172 name: "BoxPredictor_4/ClassPredictor/weights_quant/FakeQuantWithMinMaxVarsPerChannel" 175 input: "BoxPredictor_4/ClassPredictor/weights_quant/min/read" [all …]
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_astc.cpp | 590 uint8_t weights_quant[64 + 4]; /* max 64 values, plus padding for overflows in trit parsing */ member 1123 unpack_trit_block(wt_bits, raw, &weights_quant[i]); in unpack_weights() 1127 weights_quant[i+0], weights_quant[i+1], in unpack_weights() 1128 weights_quant[i+2], weights_quant[i+3], in unpack_weights() 1129 weights_quant[i+4]); in unpack_weights() 1143 unpack_quint_block(wt_bits, raw, &weights_quant[i]); in unpack_weights() 1147 weights_quant[i], weights_quant[i+1], weights_quant[i+2]); in unpack_weights() 1157 weights_quant[i] = in.get_bits_rev(offset, wt_bits); in unpack_weights() 1160 in.printf_bits(offset - wt_bits, wt_bits, "weight bits [%d]", weights_quant[i]); in unpack_weights() 1169 assert(num_weights <= (int)ARRAY_SIZE(weights_quant)); in unquantise_weights() [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/ |
D | legalize-tf.mlir | 177 …%0 = "tf.Const"() {device = "", name = "weights_quant/min", dtype = "tfdtype$DT_INT32", value = op…
|