Home
last modified time | relevance | path

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

123456

/external/tensorflow/tensorflow/lite/delegates/coreml/builders/
Dpad_op_builder.cc67 TF_LITE_KERNEL_LOG(context, "Wrong # of inputs to Padding!."); in RegisterInputs()
82 TF_LITE_KERNEL_LOG(context, "Wrong # of outputs to Padding!."); in RegisterOutputs()
103 TF_LITE_KERNEL_LOG(context, in IsPadOpSupported()
109 TF_LITE_KERNEL_LOG(context, "%s: Only 4D inputs are supported for PAD.", in IsPadOpSupported()
115 TF_LITE_KERNEL_LOG( in IsPadOpSupported()
122 TF_LITE_KERNEL_LOG( in IsPadOpSupported()
135 TF_LITE_KERNEL_LOG(context, in IsMirrorPadOpSupported()
Dpooling_layer_builder.cc102 TF_LITE_KERNEL_LOG(context, "Wrong # of inputs to Mean!."); in RegisterInputs()
106 TF_LITE_KERNEL_LOG(context, "Wrong # of inputs to Pooling!."); in RegisterInputs()
116 TF_LITE_KERNEL_LOG(context, "Wrong # of outputs to Pooling!."); in RegisterOutputs()
144 TF_LITE_KERNEL_LOG(context, "keep_dims should be true for Mean op."); in IsMeanOpSupported()
148 TF_LITE_KERNEL_LOG(context, "Mean op is only supported for 4D input."); in IsMeanOpSupported()
155 TF_LITE_KERNEL_LOG(context, in IsMeanOpSupported()
Dsoftmax_op_builder.cc40 TF_LITE_KERNEL_LOG(context, "Wrong # of inputs to softmax!."); in RegisterInputs()
50 TF_LITE_KERNEL_LOG(context, "Wrong # of outputs to softmax!."); in RegisterOutputs()
55 TF_LITE_KERNEL_LOG(context, "Failed to build output tensor."); in RegisterOutputs()
Dhardswish_op_builder.cc61 TF_LITE_KERNEL_LOG(context, "Wrong # of inputs to hardswish!."); in RegisterInputs()
71 TF_LITE_KERNEL_LOG(context, "Wrong # of outputs to hardswish!."); in RegisterOutputs()
76 TF_LITE_KERNEL_LOG(context, "Failed to build output tensor."); in RegisterOutputs()
Dresize_bilinear_op_builder.cc65 TF_LITE_KERNEL_LOG(context, "Wrong # of inputs to ResizeBilinear!."); in RegisterInputs()
78 TF_LITE_KERNEL_LOG(context, "Wrong # of outputs to ResizeBilinear!."); in RegisterOutputs()
97 TF_LITE_KERNEL_LOG(context, in IsResizeBilinearOpSupported()
Dadd_op_builder.cc67 TF_LITE_KERNEL_LOG(context, "Wrong # of inputs to add!."); in RegisterInputs()
89 TF_LITE_KERNEL_LOG(context, "Wrong # of outputs to add!."); in RegisterOutputs()
94 TF_LITE_KERNEL_LOG(context, "Failed to build output tensor."); in RegisterOutputs()
Dmul_op_builder.cc73 TF_LITE_KERNEL_LOG(context, "Wrong # of inputs to mul!."); in RegisterInputs()
95 TF_LITE_KERNEL_LOG(context, "Wrong # of outputs to mul!."); in RegisterOutputs()
100 TF_LITE_KERNEL_LOG(context, "Failed to build output tensor."); in RegisterOutputs()
Dconvolution_op_builder.cc246 TF_LITE_KERNEL_LOG(context, in RegisterInputs()
255 TF_LITE_KERNEL_LOG(context, in RegisterInputs()
273 TF_LITE_KERNEL_LOG(context, "Wrong # of outputs!."); in RegisterOutputs()
278 TF_LITE_KERNEL_LOG(context, "Failed to build output tensor."); in RegisterOutputs()
316 TF_LITE_KERNEL_LOG( in IsConvolutionOpSupported()
Dthreshold_layer_builder.cc43 TF_LITE_KERNEL_LOG(context, "Threshold: Wrong # of inputs!."); in RegisterInputs()
53 TF_LITE_KERNEL_LOG(context, "Threshold: Wrong # of outputs!."); in RegisterOutputs()
Dconcatenation_op_builder.cc37 TF_LITE_KERNEL_LOG( in RegisterInputs()
50 TF_LITE_KERNEL_LOG(context, "Wrong # of outputs to Concat!."); in RegisterOutputs()
/external/tensorflow/tensorflow/lite/delegates/hexagon/
Dhexagon_delegate_kernel.cc43 TF_LITE_KERNEL_LOG(context, "Failed: %s.", msg.c_str()); in ReportError()
50 TF_LITE_KERNEL_LOG(context, "Hexagon interface not available."); in Init()
57 TF_LITE_KERNEL_LOG(context, "hexagon_nn_config failed. Error: %d", error); in Init()
70 TF_LITE_KERNEL_LOG(context, "Failed to set debug level, error: %d", error); in Init()
75 TF_LITE_KERNEL_LOG(context, "Failed to set powersave level, error %d", in Init()
92 TF_LITE_KERNEL_LOG(context, "Hexagon interface not available."); in Eval()
174 TF_LITE_KERNEL_LOG(context, "Invalid Batch size."); in ResizeOutputTensors()
194 TF_LITE_KERNEL_LOG(context, "Calling prepare multiple times"); in Prepare()
/external/tensorflow/tensorflow/lite/c/
Dcommon.h155 #define TF_LITE_KERNEL_LOG(context, ...) \ macro
167 #define TF_LITE_KERNEL_LOG(context, ...) macro
176 TF_LITE_KERNEL_LOG((context), __FILE__ " " msg); \
186 TF_LITE_KERNEL_LOG((context), "%s:%d %s was not true.", __FILE__, \
208 TF_LITE_KERNEL_LOG((context), "%s:%d %s != %s (%d != %d)", __FILE__, \
217 TF_LITE_KERNEL_LOG((context), "%s:%d %s != %s (%s != %s)", __FILE__, \
228 TF_LITE_KERNEL_LOG((context), "%s:%d %s not near %s (%f != %f)", \
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dcast_builder.cc34 TF_LITE_KERNEL_LOG(context, "Cast supports a single tensor"); in PopulateSubGraph()
37 TF_LITE_KERNEL_LOG(context, "input & output should be same for Cast"); in PopulateSubGraph()
77 TF_LITE_KERNEL_LOG(context, "Could not register Cast output."); in RegisterOutputs()
/external/tensorflow/tensorflow/lite/micro/kernels/
Dquantize_common.cc59 TF_LITE_KERNEL_LOG(context, "Input %s, output %s not supported.", in EvalQuantizeReference()
89 TF_LITE_KERNEL_LOG(context, "Input %s, output %s not supported.", in EvalQuantizeReference()
107 TF_LITE_KERNEL_LOG(context, "Input %s, output %s not supported.", in EvalQuantizeReference()
113 TF_LITE_KERNEL_LOG(context, "Input %s, output %s not supported.", in EvalQuantizeReference()
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()
Dgather.cc55 TF_LITE_KERNEL_LOG(context, in Prepare()
79 TF_LITE_KERNEL_LOG(context, "Type '%s' is not supported by gather.", in Prepare()
168 TF_LITE_KERNEL_LOG(context, "Type '%s' is not supported by gather.", in Eval()
192 TF_LITE_KERNEL_LOG(context, "Type '%s' is not supported by gather.", in Eval()
197 TF_LITE_KERNEL_LOG(context, in Eval()
Dfloor_div.cc61 TF_LITE_KERNEL_LOG(context, "Type '%s' is not supported by floor_div.", in Prepare()
79 TF_LITE_KERNEL_LOG(context, "Division by 0"); in EvalImpl()
122 TF_LITE_KERNEL_LOG(context, "Type '%s' is not supported by floor_div.", in Eval()
Dfloor_mod.cc62 TF_LITE_KERNEL_LOG(context, "Type '%s' is not supported by floor_mod.", in Prepare()
82 TF_LITE_KERNEL_LOG(context, "Division by 0"); in EvalImpl()
130 TF_LITE_KERNEL_LOG(context, "Type '%s' is not supported by floor_mod.", in Eval()
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()
Ddequantize.cc110 TF_LITE_KERNEL_LOG(context, "Input %s, output %s not supported.", in Eval()
128 TF_LITE_KERNEL_LOG(context, "Input %s, output %s not supported.", in Eval()
134 TF_LITE_KERNEL_LOG(context, "Input %s, output %s not supported.", in Eval()
/external/tensorflow/tensorflow/lite/delegates/coreml/
Dcoreml_delegate_kernel.mm68 TF_LITE_KERNEL_LOG(context, "Failed to createModel");
74 TF_LITE_KERNEL_LOG(context, "Failed to Compile and save Model.");
79 TF_LITE_KERNEL_LOG(context, "Minimum required iOS version is 12.0.");
128 TF_LITE_KERNEL_LOG(context, "Failed to build node %d.", node_index);
132 TF_LITE_KERNEL_LOG(context, "Failed to add inputs for node %d.", node_index);
136 TF_LITE_KERNEL_LOG(context, "Failed to add sub-builders for node %d.", node_index);
140 TF_LITE_KERNEL_LOG(context, "Failed to add outputs for node %d.", node_index);
146 TF_LITE_KERNEL_LOG(context, "Failed to build Model");
227 TF_LITE_KERNEL_LOG(context, "Minimum required iOS version is 11.0.");
/external/tensorflow/tensorflow/lite/delegates/
Dutils.cc44 TF_LITE_KERNEL_LOG(context, "Could not resize new delegate tensor"); in CreateNewTensorWithDifferentType()
60 TF_LITE_KERNEL_LOG(context_, "Unable to preview delegate partition.\n"); in Partition()
119 TF_LITE_KERNEL_LOG(context_, "Unable to get graph execution plan.\n"); in PrepareSupportedNodes()
133 TF_LITE_KERNEL_LOG(context_, in PrepareSupportedNodes()
177 TF_LITE_KERNEL_LOG(context_, in GetNodesOfFirstNLargestPartitionsImpl()
275 TF_LITE_KERNEL_LOG(context_, in RemapFp16InputTensors()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dgpu_api_delegate.cc114 TF_LITE_KERNEL_LOG(context, "TfLiteGpuDelegate: OpenCL is not available"); in Prepare()
117 TF_LITE_KERNEL_LOG(context, in Prepare()
121 TF_LITE_KERNEL_LOG( in Prepare()
125 TF_LITE_KERNEL_LOG( in Prepare()
323 TF_LITE_KERNEL_LOG(context, "TfLiteGpuDelegate Init: %s", in DelegatePrepare()
334 TF_LITE_KERNEL_LOG( in DelegatePrepare()
348 TF_LITE_KERNEL_LOG(context, "TfLiteGpuDelegate Invoke: %s", in DelegatePrepare()
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dxnnpack_delegate.cc131 TF_LITE_KERNEL_LOG(context, "failed to create XNNPACK subgraph"); in Create()
205 TF_LITE_KERNEL_LOG( in Create()
241 TF_LITE_KERNEL_LOG(context, in Create()
281 TF_LITE_KERNEL_LOG(context, "failed to create XNNPACK runtime"); in Create()
303 TF_LITE_KERNEL_LOG(context, "failed to setup XNNPACK runtime"); in Invoke()
312 TF_LITE_KERNEL_LOG(context, "failed to invoke XNNPACK runtime"); in Invoke()
1064 TF_LITE_KERNEL_LOG(logging_context, "failed to delegate ABS node #%d", in VisitAbsNode()
1114 TF_LITE_KERNEL_LOG(logging_context, "failed to delegate ADD node #%d", in VisitAddNode()
1179 TF_LITE_KERNEL_LOG(logging_context, in VisitAveragePool2DNode()
1213 TF_LITE_KERNEL_LOG(logging_context, "failed to delegate CEIL node #%d", in VisitCeilNode()
[all …]
/external/tensorflow/tensorflow/lite/kernels/
Dcomplex_support.cc84 TF_LITE_KERNEL_LOG(context, in EvalReal()
116 TF_LITE_KERNEL_LOG(context, in EvalImag()
147 TF_LITE_KERNEL_LOG(context, in EvalAbs()

123456