Searched refs:dequantize_output (Results 1 – 2 of 2) sorted by relevance
316 std::unique_ptr<TensorT> dequantize_output; in QuantizeWeightsInternal() local318 MakeTensor(dequant_name, tensor->shape, &dequantize_output); in QuantizeWeightsInternal()320 subgraph->tensors.push_back(std::move(dequantize_output)); in QuantizeWeightsInternal()
318 const uint32_t dequantize_output[1] = { in AddDequantize() local323 dequantize_input, 1, dequantize_output)); in AddDequantize()