Searched refs:kScaleIndex (Results 1 – 2 of 2) sorted by relevance
46 const int kScaleIndex = 1; variable57 TfLiteTensor* scale = &context->tensors[node->inputs->data[kScaleIndex]]; in Resize()297 TfLiteTensor scale_tensor = context->tensors[node->inputs->data[kScaleIndex]]; in Eval()
680 const size_t kScaleIndex = 1; // index of scale tensor in Compute() local686 const Tensor& scale_tensor = MklGetInput(context, kScaleIndex); in Compute()1065 const size_t kScaleIndex = 2; // index of scale tensor in Compute() local1072 const Tensor& scale_tensor = MklGetInput(context, kScaleIndex); in Compute()