Searched defs:indices (Results 1 – 16 of 16) sorted by relevance
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/ |
A D | gather_nd.cc | 36 const TfLiteTensor* indices; in Prepare() local 106 const TfLiteEvalTensor* indices, in GatherNd() 152 const TfLiteEvalTensor* indices, in EvalGatherNd() 172 const TfLiteEvalTensor* indices = in Eval() local
|
A D | detection_postprocess.cc | 348 int num_to_sort, int* indices) { in DecreasingPartialArgSort()
|
/AliOS-Things-master/components/freetype/src/psaux/ |
A D | t1cmap.h | 75 FT_UShort* indices; member
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testgles.c | 72 static GLubyte indices[36] = { 0, 3, 4, in Render() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/kernels/ |
A D | ctc_beam_search_decoder.cc | 84 TfLiteTensor* indices; in Prepare() local 139 TfLiteTensor* indices; in StoreAllDecodedSequences() local
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/ |
A D | label_wav.cc | 164 Tensor indices; in main() local
|
/AliOS-Things-master/components/freetype/src/cache/ |
A D | ftccmap.c | 76 FT_UInt16 indices[FTC_CMAP_INDICES_MAX]; /* array of glyph indices */ member
|
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | sfobjs.c | 423 WOFF_Table* indices = NULL; in woff_open_font() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/ |
A D | neon_tensor_utils.h | 68 const int32_t* __restrict__ indices, int m_rows, int m_cols, in SparseMatrixBatchVectorMultiplyAccumulate1x4()
|
A D | sse_tensor_utils.h | 76 const int32_t* __restrict__ indices, int m_rows, int m_cols, in SparseMatrixBatchVectorMultiplyAccumulate1x4()
|
A D | neon_tensor_utils.cc | 1906 const int32_t* __restrict__ indices, int m_rows, int m_cols, in NeonSparseMatrixBatchVectorMultiplyAccumulate1x4()
|
A D | optimized_ops.h | 300 uint8x16_t indices) { in aarch64_lookup_vector()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/ |
A D | portable_tensor_utils.h | 100 const int32_t* __restrict__ indices, int m_rows, int m_cols, in SparseMatrixBatchVectorMultiplyAccumulate1x4()
|
A D | portable_tensor_utils.cc | 208 const int32_t* __restrict__ indices, int m_rows, int m_cols, in PortableSparseMatrixBatchVectorMultiplyAccumulate1x4()
|
A D | reference_ops.h | 1306 inline void SparseToDense(const std::vector<std::vector<TI>>& indices, in SparseToDense()
|
A D | legacy_reference_ops.h | 1132 inline void SparseToDense(const std::vector<std::vector<TI>>& indices, in SparseToDense()
|
Completed in 149 milliseconds