Home
last modified time | relevance | path

Searched refs:TF_LITE_KERNEL_LOG (Results 1 – 25 of 56) sorted by relevance

123

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/
A Dgather_nd.cc47 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 Dexpand_dims.cc57 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 Darg_min_max.cc76 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 Dquantize_common.cc101 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 Dlogistic.cc103 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 Dcast.cc56 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 Dresize_bilinear.cc53 TF_LITE_KERNEL_LOG( in Prepare()
95 TF_LITE_KERNEL_LOG(context, "Output type is %d, requires float or int8.", in Eval()
A Dfill.cc58 TF_LITE_KERNEL_LOG(context, in EnsureEq()
109 TF_LITE_KERNEL_LOG( in Eval()
A Dmaximum_minimum.cc104 TF_LITE_KERNEL_LOG(context, in Eval()
111 TF_LITE_KERNEL_LOG(context, in Eval()
A Dresize_nearest_neighbor.cc52 TF_LITE_KERNEL_LOG(context, "Dynamic tensors are unsupported in tfmicro."); in Prepare()
98 TF_LITE_KERNEL_LOG(context, in Eval()
A Dfloor_div.cc71 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 Ddequantize.cc109 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 Dconcatenation.cc167 TF_LITE_KERNEL_LOG( in Prepare()
220 TF_LITE_KERNEL_LOG( in Prepare()
252 TF_LITE_KERNEL_LOG( in Eval()
A Dneg.cc44 TF_LITE_KERNEL_LOG(context, "Type %s (%d) not supported.", in Eval()
A Dcumsum.cc117 TF_LITE_KERNEL_LOG(context, "CUMSUM Invalid axis: %d", axis); in Eval()
150 TF_LITE_KERNEL_LOG(context, in Eval()
A Dshape.cc50 TF_LITE_KERNEL_LOG(context, "Output type %s (%d) not supported.", in Eval()
A Dadd_n.cc121 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 Dzeros_like.cc68 TF_LITE_KERNEL_LOG(context, in Eval()
A Dexp.cc59 TF_LITE_KERNEL_LOG(context, "Type %s (%d) currently not supported by Exp.", in Eval()
A Dcomparisons.cc134 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 Dsqueeze.cc86 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 Dcommon.h156 #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 Dop_macros.h50 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 Dfully_connected.cc211 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 Dsoftmax.cc93 TF_LITE_KERNEL_LOG(context, "Type %s (%d) not supported.", in SoftmaxEval()

Completed in 20 milliseconds

123