/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/ |
A D | kernel_util.h | 41 const TfLiteNode* node, int index); 51 TfLiteStatus GetInputSafe(const TfLiteContext* context, const TfLiteNode* node, 61 TfLiteTensor* GetVariableInput(TfLiteContext* context, const TfLiteNode* node, 71 TfLiteTensor* GetOutput(TfLiteContext* context, const TfLiteNode* node, 95 const TfLiteNode* node, int index); 105 TfLiteTensor* GetTemporary(TfLiteContext* context, const TfLiteNode* node, 119 const TfLiteNode* node, int index, 130 const TfLiteNode* node, int index); 143 const TfLiteNode* node, int index, 152 inline int NumInputs(const TfLiteNode* node) { return node->inputs->size; } in NumInputs() [all …]
|
A D | kernel_util.cc | 87 const TfLiteNode* node, int index) { in GetMutableInput() 97 const TfLiteNode* node, int index, in GetMutableInputSafe() 110 const TfLiteNode* node, int index) { in GetInput() 114 TfLiteStatus GetInputSafe(const TfLiteContext* context, const TfLiteNode* node, in GetInputSafe() 119 TfLiteTensor* GetVariableInput(TfLiteContext* context, const TfLiteNode* node, in GetVariableInput() 125 TfLiteTensor* GetOutput(TfLiteContext* context, const TfLiteNode* node, in GetOutput() 146 const TfLiteNode* node, int index) { in GetOptionalInputTensor() 151 TfLiteTensor* GetTemporary(TfLiteContext* context, const TfLiteNode* node, in GetTemporary() 162 const TfLiteNode* node, int index, in GetTemporarySafe() 173 const TfLiteNode* node, int index) { in GetIntermediates() [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/ |
A D | elementwise.cc | 40 TfLiteStatus GenericPrepare(TfLiteContext* context, TfLiteNode* node) { in GenericPrepare() 57 inline TfLiteStatus EvalImpl(TfLiteContext* context, TfLiteNode* node, in EvalImpl() 71 inline TfLiteStatus EvalNumeric(TfLiteContext* context, TfLiteNode* node, in EvalNumeric() 81 TfLiteStatus AbsEval(TfLiteContext* context, TfLiteNode* node) { in AbsEval() 85 TfLiteStatus SinEval(TfLiteContext* context, TfLiteNode* node) { in SinEval() 89 TfLiteStatus CosEval(TfLiteContext* context, TfLiteNode* node) { in CosEval() 93 TfLiteStatus LogEval(TfLiteContext* context, TfLiteNode* node) { in LogEval() 97 TfLiteStatus SqrtEval(TfLiteContext* context, TfLiteNode* node) { in SqrtEval() 101 TfLiteStatus RsqrtEval(TfLiteContext* context, TfLiteNode* node) { in RsqrtEval() 105 TfLiteStatus SquareEval(TfLiteContext* context, TfLiteNode* node) { in SquareEval() [all …]
|
A D | svdf.h | 50 void EvalIntegerSvdfReference(TfLiteContext* context, TfLiteNode* node, 61 TfLiteContext* context, TfLiteNode* node, const TfLiteEvalTensor* input, 67 TfLiteStatus PrepareSvdf(TfLiteContext* context, TfLiteNode* node);
|
A D | kernel_util.h | 32 const TfLiteNode* node, in GetMutableEvalInput() 41 const TfLiteNode* node, int index) { in GetEvalInput() 47 const TfLiteNode* node, int index) { in GetEvalOutput()
|
A D | add_n.cc | 48 TfLiteStatus CalculateOpData(TfLiteContext* context, TfLiteNode* node) { in CalculateOpData() 129 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 135 TfLiteNode* node, in CopyInputsToScratchBuffer() 150 void EvalAddN(TfLiteContext* context, TfLiteNode* node, in EvalAddN() 164 void EvalAddNQuantized(TfLiteContext* context, TfLiteNode* node, in EvalAddNQuantized() 187 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
A D | quantize.h | 33 TfLiteStatus EvalQuantizeReference(TfLiteContext* context, TfLiteNode* node); 34 TfLiteStatus PrepareQuantizeReference(TfLiteContext* context, TfLiteNode* node);
|
A D | logical.cc | 32 TfLiteStatus LogicalImpl(TfLiteContext* context, TfLiteNode* node, in LogicalImpl() 64 TfLiteStatus LogicalOrEval(TfLiteContext* context, TfLiteNode* node) { in LogicalOrEval() 70 TfLiteStatus LogicalAndEval(TfLiteContext* context, TfLiteNode* node) { in LogicalAndEval()
|
A D | depthwise_conv.h | 45 TfLiteContext* context, TfLiteNode* node, 50 TfLiteStatus DepthwiseConvPrepare(TfLiteContext* context, TfLiteNode* node);
|
A D | concatenation.cc | 54 const TfLiteNode* node, in GetAllInputTensorShapes() 76 const TfLiteNode* node, in GetAllInputTensorData() 87 void EvalUnquantized(TfLiteContext* context, TfLiteNode* node) { in EvalUnquantized() 107 void EvalQuantizedUInt8(TfLiteContext* context, TfLiteNode* node) { in EvalQuantizedUInt8() 133 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 229 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
A D | reshape.cc | 33 TfLiteStatus ReshapeOutput(TfLiteContext* context, TfLiteNode* node) { in ReshapeOutput() 74 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 81 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
A D | arg_min_max.cc | 48 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node, bool is_arg_max) { in Eval() 99 TfLiteStatus ArgMinEval(TfLiteContext* context, TfLiteNode* node) { in ArgMinEval() 103 TfLiteStatus ArgMaxEval(TfLiteContext* context, TfLiteNode* node) { in ArgMaxEval()
|
A D | squeeze.cc | 30 SqueezeContext(TfLiteContext* context, TfLiteNode* node) in SqueezeContext() 39 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 82 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
A D | conv.h | 66 TfLiteStatus CalculateOpDataConv(TfLiteContext* context, TfLiteNode* node, 73 TfLiteStatus ConvPrepare(TfLiteContext* context, TfLiteNode* node);
|
A D | maximum_minimum.cc | 43 OpContext(TfLiteContext* context, TfLiteNode* node) { in OpContext() 70 void TFLiteOperation(TfLiteContext* context, TfLiteNode* node, in TFLiteOperation() 83 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
A D | shape.cc | 37 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 44 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
A D | floor_mod.cc | 38 TfLiteStatus CalculateOpData(TfLiteContext* context, TfLiteNode* node) { in CalculateOpData() 62 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 92 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
A D | floor_div.cc | 33 TfLiteStatus CalculateOpData(TfLiteContext* context, TfLiteNode* node) { in CalculateOpData() 57 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 97 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
A D | split.cc | 28 TfLiteStatus SplitImpl(TfLiteContext* context, TfLiteNode* node, in SplitImpl() 70 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 82 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
A D | split_v.cc | 29 TfLiteStatus SplitImpl(TfLiteContext* context, TfLiteNode* node, in SplitImpl() 74 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 87 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
A D | depth_to_space.cc | 36 TfLiteStatus CalculateOpData(TfLiteContext* context, TfLiteNode* node) { in CalculateOpData() 89 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 93 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/ |
A D | test_helpers.h | 63 static TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node); 64 static TfLiteStatus Invoke(TfLiteContext* context, TfLiteNode* node); 73 static TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node); 74 static TfLiteStatus Invoke(TfLiteContext* context, TfLiteNode* node); 87 static TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node); 88 static TfLiteStatus Invoke(TfLiteContext* context, TfLiteNode* node);
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/ |
A D | common.h | 461 typedef struct TfLiteNode { struct 496 } TfLiteNode; argument 558 typedef struct TfLiteNode { struct 576 } TfLiteNode; argument 703 struct TfLiteContext*, int node_index, TfLiteNode** node, 834 TfLiteStatus (*prepare)(TfLiteContext* context, TfLiteNode* node); 838 TfLiteStatus (*invoke)(TfLiteContext* context, TfLiteNode* node); 846 const TfLiteNode* node);
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/cmsis_nn/ |
A D | pooling.cc | 79 void AverageEvalFloat(const TfLiteContext* context, const TfLiteNode* node, in AverageEvalFloat() 101 void AverageEvalQuantized(TfLiteContext* context, const TfLiteNode* node, in AverageEvalQuantized() 173 void MaxEvalFloat(TfLiteContext* context, TfLiteNode* node, in MaxEvalFloat() 194 void MaxEvalQuantizedUInt8(TfLiteContext* context, TfLiteNode* node, in MaxEvalQuantizedUInt8() 213 TfLiteStatus MaxEvalInt8(TfLiteContext* context, const TfLiteNode* node, in MaxEvalInt8() 271 TfLiteStatus MaxPrepare(TfLiteContext* context, TfLiteNode* node) { in MaxPrepare() 288 TfLiteStatus AveragePrepare(TfLiteContext* context, TfLiteNode* node) { in AveragePrepare() 323 TfLiteStatus AverageEval(TfLiteContext* context, TfLiteNode* node) { in AverageEval() 352 TfLiteStatus MaxEval(TfLiteContext* context, TfLiteNode* node) { in MaxEval()
|
A D | mul.cc | 52 TfLiteStatus CalculateOpData(TfLiteContext* context, TfLiteNode* node, in CalculateOpData() 94 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 104 void EvalQuantized(TfLiteContext* context, TfLiteNode* node, const OpData& data, in EvalQuantized() 153 void EvalFloat(TfLiteContext* context, TfLiteNode* node, in EvalFloat() 180 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|