Searched defs:bias_float (Results 1 – 3 of 3) sorted by relevance
64 Tensor bias_float(DT_FLOAT, {bias_width}); in TEST_F() local124 Tensor bias_float(DT_FLOAT, {bias_width}); in TEST_F() local
155 float bias_float = static_cast<float>(bias); in verify_biasadd() local
121 def set_weight_bias(self, qweight, bias_float): argument