Searched refs:kTensorNotAllocated (Results 1 – 2 of 2) sorted by relevance
57 const int kTensorNotAllocated = -1; variable62 int im2col_id = kTensorNotAllocated;63 int hwcn_weights_id = kTensorNotAllocated;64 int input_quantized_id = kTensorNotAllocated;65 int scaling_factors_id = kTensorNotAllocated;177 if (data->im2col_id == kTensorNotAllocated) { in AllocateTemporaryTensorsIfRequired()184 if (data->hwcn_weights_id == kTensorNotAllocated) { in AllocateTemporaryTensorsIfRequired()193 if (data->input_quantized_id == kTensorNotAllocated) { in AllocateTemporaryTensorsIfRequired()202 if (data->scaling_factors_id == kTensorNotAllocated) { in AllocateTemporaryTensorsIfRequired()
47 const int kTensorNotAllocated = -1; variable52 int im2col_id = kTensorNotAllocated;94 if (data->im2col_id == kTensorNotAllocated) { in AllocateIm2colTensorIfRequired()