Searched refs:data_ptr_value (Results 1 – 1 of 1) sorted by relevance
164 const intptr_t data_ptr_value = reinterpret_cast<intptr_t>(allocation.data); in ValidateCustomAllocationForTensor() local165 TF_LITE_ENSURE(context, data_ptr_value % kDefaultTensorAlignment == 0); in ValidateCustomAllocationForTensor()