Home
last modified time | relevance | path

Searched refs:input_index (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Dspace_to_depth.h64 const int input_index = Offset(input_shape, in_b, in_h, in_w, in_d); in SpaceToDepth() local
68 output_data[output_index] = input_data[input_index]; in SpaceToDepth()
A Ddepth_to_space.h65 const int input_index = Offset(input_shape, in_b, in_h, in_w, in_d); in DepthToSpace() local
69 output_data[output_index] = input_data[input_index]; in DepthToSpace()
A Dprelu.h46 int input_index = SubscriptToIndex(desc1, b, y, x, c); in BroadcastPrelu4DSlow() local
48 params.input_offset + input_data[input_index]; in BroadcastPrelu4DSlow()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/
A Dc_api.h167 const TfLiteInterpreter* interpreter, int32_t input_index);
175 TfLiteInterpreter* interpreter, int32_t input_index, const int* input_dims,
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
A DInterpreter.cs231 int input_index); in TfLiteInterpreterGetInputTensor() argument
236 int input_index, in TfLiteInterpreterResizeInputTensor() argument
/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_shadow.c227 _IN_ int input_index, _IN_ char *key, in _dm_shw_data_array_search() argument
259 *output_index = input_index; in _dm_shw_data_array_search()
270 search_data = (dm_shw_data_t *)complex_struct->value + input_index; in _dm_shw_data_array_search()

Completed in 12 milliseconds