Home
last modified time | relevance | path

Searched refs:kOutputIndex (Results 1 – 4 of 4) sorted by relevance

/external/libtextclassifier/native/tensorflow_models/seq_flow_lite/tflite_ops/
Dlayer_norm.cc49 const int kOutputIndex = 0; variable
71 TfLiteTensor* output = &context->tensors[node->outputs->data[kOutputIndex]]; in Resize()
296 TfLiteTensor* output = &context->tensors[node->outputs->data[kOutputIndex]]; in Eval()
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_avgpooling_op.cc78 const int kOutputIndex = 0; in Compute() local
79 this->AllocateEmptyOutputTensor(context, kOutputIndex, &pool_params, in Compute()
Dmkl_maxpooling_op.cc86 const int kOutputIndex = 0; in Compute() local
87 this->AllocateEmptyOutputTensor(context, kOutputIndex, &pool_params, in Compute()
Dmkl_pooling_ops_common.h544 const int kOutputIndex, in AllocateEmptyOutputTensor() argument
570 AllocateOutputSetMklShape(context, kOutputIndex, output_tensor, in AllocateEmptyOutputTensor()