Searched refs:coreml_weights (Results 1 – 1 of 1) sorted by relevance
169 auto* coreml_weights = in TransposeKernelWeights() local171 coreml_weights->Resize(NumElements(weights_), 0); in TransposeKernelWeights()175 coreml_weights->mutable_data()); in TransposeKernelWeights()177 auto* coreml_weights = layer_->mutable_convolution() in TransposeKernelWeights() local181 coreml_weights->resize(weights_->bytes, 0); in TransposeKernelWeights()185 coreml_shape, reinterpret_cast<uint16_t*>(&coreml_weights->front())); in TransposeKernelWeights()