Searched refs:scratch_memory_size (Results 1 – 1 of 1) sorted by relevance
2617 size_t scratch_memory_size; in DoPrepareForConvolution() local2729 scratch_memory_size = preference.memory; in DoPrepareForConvolution()2742 if (scratch_memory_size != 0) { in DoPrepareForConvolution()2749 scratch_allocator->AllocateBytes(stream, scratch_memory_size); in DoPrepareForConvolution()2752 "Failed to allocate scratch memory of size: ", scratch_memory_size)); in DoPrepareForConvolution()