Searched refs:weight_buf (Results 1 – 1 of 1) sorted by relevance
102 auto weight_buf = absl::make_unique<float[]>(buf_size); in BuildQuantizableTestModel() local105 weight_buf[i] = static_cast<float>(i % 128); in BuildQuantizableTestModel()120 std::copy(weight_buf.get(), weight_buf.get() + buf_size, buf_ptr); in BuildQuantizableTestModel()