/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/ |
A D | gather_nd.cc | 47 TF_LITE_KERNEL_LOG(context, in Prepare() 57 TF_LITE_KERNEL_LOG(context, in Prepare() 67 TF_LITE_KERNEL_LOG(context, "Params must be at least a vector."); in Prepare() 71 TF_LITE_KERNEL_LOG(context, "Indices must be at least a vector."); in Prepare() 75 TF_LITE_KERNEL_LOG( in Prepare() 80 TF_LITE_KERNEL_LOG(context, in Prepare() 162 TF_LITE_KERNEL_LOG(context, in EvalGatherNd() 182 TF_LITE_KERNEL_LOG(context, in Eval()
|
A D | expand_dims.cc | 57 TF_LITE_KERNEL_LOG(context, "Axis has only one element for Expand_Dims.", in GetAxisValueFromTensor() 67 TF_LITE_KERNEL_LOG(context, in GetAxisValueFromTensor() 86 TF_LITE_KERNEL_LOG(context, in Prepare() 115 TF_LITE_KERNEL_LOG(context, "Invalid Expand_Dims axis value (%d).", in Eval() 131 TF_LITE_KERNEL_LOG( in Eval()
|
A D | arg_min_max.cc | 76 TF_LITE_KERNEL_LOG(context, in Eval() 83 TF_LITE_KERNEL_LOG(context, in Eval() 89 TF_LITE_KERNEL_LOG(context, "Only int32_t are supported currently, got %s.", in Eval()
|
A D | quantize_common.cc | 101 TF_LITE_KERNEL_LOG(context, "Input %s, output %s not supported.", in EvalQuantizeReference() 131 TF_LITE_KERNEL_LOG(context, "Input %s, output %s not supported.", in EvalQuantizeReference() 156 TF_LITE_KERNEL_LOG(context, "Input %s, output %s not supported.", in EvalQuantizeReference() 162 TF_LITE_KERNEL_LOG(context, "Input %s, output %s not supported.", in EvalQuantizeReference()
|
A D | logistic.cc | 103 TF_LITE_KERNEL_LOG(context, "Input %s, output %s not supported.", in LogisticEval() 120 TF_LITE_KERNEL_LOG(context, "Input %s, output %s not supported.", in LogisticEval() 128 TF_LITE_KERNEL_LOG(context, "Input %s, output %s not supported.", in LogisticEval()
|
A D | cast.cc | 56 TF_LITE_KERNEL_LOG(context, "Output type %s (%d) not supported.", in copyToTensor() 78 TF_LITE_KERNEL_LOG(context, "Input type %s (%d) not supported.", in Eval()
|
A D | resize_bilinear.cc | 53 TF_LITE_KERNEL_LOG( in Prepare() 95 TF_LITE_KERNEL_LOG(context, "Output type is %d, requires float or int8.", in Eval()
|
A D | fill.cc | 58 TF_LITE_KERNEL_LOG(context, in EnsureEq() 109 TF_LITE_KERNEL_LOG( in Eval()
|
A D | maximum_minimum.cc | 104 TF_LITE_KERNEL_LOG(context, in Eval() 111 TF_LITE_KERNEL_LOG(context, in Eval()
|
A D | resize_nearest_neighbor.cc | 52 TF_LITE_KERNEL_LOG(context, "Dynamic tensors are unsupported in tfmicro."); in Prepare() 98 TF_LITE_KERNEL_LOG(context, in Eval()
|
A D | floor_div.cc | 71 TF_LITE_KERNEL_LOG(context, "Division by 0"); in EvalFloorDiv() 110 TF_LITE_KERNEL_LOG(context, "Type '%s' is not supported by FLOOR_DIV.", in Eval()
|
A D | dequantize.cc | 109 TF_LITE_KERNEL_LOG(context, "Input %s, output %s not supported.", in Eval() 115 TF_LITE_KERNEL_LOG(context, "Input %s, output %s not supported.", in Eval()
|
A D | concatenation.cc | 167 TF_LITE_KERNEL_LOG( in Prepare() 220 TF_LITE_KERNEL_LOG( in Prepare() 252 TF_LITE_KERNEL_LOG( in Eval()
|
A D | neg.cc | 44 TF_LITE_KERNEL_LOG(context, "Type %s (%d) not supported.", in Eval()
|
A D | cumsum.cc | 117 TF_LITE_KERNEL_LOG(context, "CUMSUM Invalid axis: %d", axis); in Eval() 150 TF_LITE_KERNEL_LOG(context, in Eval()
|
A D | shape.cc | 50 TF_LITE_KERNEL_LOG(context, "Output type %s (%d) not supported.", in Eval()
|
A D | add_n.cc | 121 TF_LITE_KERNEL_LOG(context, "ADD_N only supports FLOAT32 and INT8, got %s.", in CalculateOpData() 195 TF_LITE_KERNEL_LOG(context, "ADD_N only supports FLOAT32 and INT8, got %s.", in Eval()
|
A D | zeros_like.cc | 68 TF_LITE_KERNEL_LOG(context, in Eval()
|
A D | exp.cc | 59 TF_LITE_KERNEL_LOG(context, "Type %s (%d) currently not supported by Exp.", in Eval()
|
A D | comparisons.cc | 134 TF_LITE_KERNEL_LOG(context, "Type %s (%d) not supported.", in EqualEval() 239 TF_LITE_KERNEL_LOG(context, "Type %s (%d) not supported.", in NotEqualEval() 330 TF_LITE_KERNEL_LOG(context, "Type %s (%d) not supported.", in GreaterEval() 421 TF_LITE_KERNEL_LOG(context, "Type %s (%d) not supported.", in GreaterEqualEval() 512 TF_LITE_KERNEL_LOG(context, "Type %s (%d) not supported.", in LessEval() 603 TF_LITE_KERNEL_LOG(context, "Type %s (%d) not supported.", in LessEqualEval()
|
A D | squeeze.cc | 86 TF_LITE_KERNEL_LOG(context, "Type %s (%d) not supported.", in Eval()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/ |
A D | common.h | 156 #define TF_LITE_KERNEL_LOG(context, ...) \ macro 168 #define TF_LITE_KERNEL_LOG(context, ...) macro 177 TF_LITE_KERNEL_LOG((context), __FILE__ " " msg); \ 187 TF_LITE_KERNEL_LOG((context), "%s:%d %s was not true.", __FILE__, \ 209 TF_LITE_KERNEL_LOG((context), "%s:%d %s != %s (%d != %d)", __FILE__, \ 218 TF_LITE_KERNEL_LOG((context), "%s:%d %s != %s (%s != %s)", __FILE__, \ 229 TF_LITE_KERNEL_LOG((context), "%s:%d %s not near %s (%f != %f)", \
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/ |
A D | op_macros.h | 50 TF_LITE_KERNEL_LOG((context), "%s:%d Type %s is unsupported by op %s.", \
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/cmsis_nn/ |
A D | fully_connected.cc | 211 TF_LITE_KERNEL_LOG(context, "Type %s (%d) not supported.", in Eval() 240 TF_LITE_KERNEL_LOG(context, "Type %s (%d) not supported.", in EvalInt8()
|
A D | softmax.cc | 93 TF_LITE_KERNEL_LOG(context, "Type %s (%d) not supported.", in SoftmaxEval()
|