Home
last modified time | relevance | path

Searched refs:kInputDataTensor (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dsegment_sum.cc29 static const int kInputDataTensor = 0; variable
69 GetInputSafe(context, node, kInputDataTensor, &data)); in Prepare()
91 GetInputSafe(context, node, kInputDataTensor, &data)); in Eval()
H A Dunsorted_segment.cc38 static const int kInputDataTensor = 0; variable
93 GetInputSafe(context, node, kInputDataTensor, &data)); in Prepare()
181 GetInputSafe(context, node, kInputDataTensor, &data)); in EvalGeneric()
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/
H A Dunsorted_segment.cc39 static const int kInputDataTensor = 0; variable
125 tflite::GetInputSafe(context, node, kInputDataTensor, &data)); in Prepare()
213 tflite::GetInputSafe(context, node, kInputDataTensor, &data)); in EvalGeneric()