/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | benchmark.cc | 40 const BenchmarkShape& shape) { in Benchmark() 136 BenchmarkShape shape; in Benchmark() local 147 BenchmarkShape shape; in Benchmark() local 163 const auto& shape = shapes[i]; in Benchmark() local
|
A D | test_fast.cc | 71 for (const auto& shape : shapes) { in TEST() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/resource/ |
A D | resource_variable_test.cc | 26 void InitTensor(const std::vector<int>& shape, TfLiteAllocationType alloc_type, in InitTensor() 46 std::vector<int> shape = {1}; in TEST() local 72 std::vector<int> shape = {1}; in TEST() local
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_shape.c | 71 SDL_CalculateShapeBitmap(SDL_WindowShapeMode mode,SDL_Surface *shape,Uint8* bitmap,Uint8 ppb) in SDL_CalculateShapeBitmap() 213 SDL_CalculateShapeTree(SDL_WindowShapeMode mode,SDL_Surface* shape) in SDL_CalculateShapeTree() 259 SDL_SetWindowShape(SDL_Window *window,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) in SDL_SetWindowShape()
|
A D | SDL_shape_internals.h | 44 SDL_Rect shape; member
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoashape.h | 36 SDL_ShapeTree* shape; member
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/ |
A D | cumsum.h | 29 inline void CumSum(const T* input_data, const RuntimeShape& shape, int32_t axis, in CumSum() 88 const RuntimeShape& shape, int32_t axis, bool exclusive, in CumSum()
|
A D | batch_to_space_nd.h | 27 inline RuntimeShape ExtendShapeBatchToSpace(const RuntimeShape& shape) { in ExtendShapeBatchToSpace()
|
A D | space_to_batch_nd.h | 28 inline RuntimeShape ExtendShapeSpaceToBatch(const RuntimeShape& shape) { in ExtendShapeSpaceToBatch()
|
A D | batch_matmul.h | 40 inline int extent(const RuntimeShape& shape, int x) { in extent()
|
A D | legacy_reference_ops.h | 37 inline void ShapeFromDims(const tflite::Dims<4>& dims, RuntimeShape* shape) { in ShapeFromDims()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/op_tests/ |
A D | is_finite.py | 51 def random_index(shape): argument
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11shape.c | 85 X11_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) { in X11_SetWindowShape()
|
A D | SDL_x11mouse.c | 232 unsigned int shape; in X11_CreateSystemCursor() local
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsshape.c | 65 Win32_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) { in Win32_SetWindowShape()
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_shape.c | 69 DirectFB_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode… in DirectFB_SetWindowShape()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/ |
A D | types.h | 279 const RuntimeShape& shape) { in ExtendedShape() 304 RuntimeShape(int new_shape_size, const RuntimeShape& shape, int pad_value) in RuntimeShape() 440 inline int Offset(const RuntimeShape& shape, int* index) { in Offset() 498 inline int MatchingElementsSize(const RuntimeShape& shape, in MatchingElementsSize() 506 inline int MatchingElementsSize(const RuntimeShape& shape, in MatchingElementsSize() 519 inline int MatchingFlatSize(const RuntimeShape& shape, in MatchingFlatSize() 529 inline int MatchingFlatSize(const RuntimeShape& shape, in MatchingFlatSize() 540 inline int MatchingFlatSize(const RuntimeShape& shape, in MatchingFlatSize() 552 inline int MatchingFlatSize(const RuntimeShape& shape, in MatchingFlatSize() 673 inline int FlatSizeSkipDim(const RuntimeShape& shape, int skip_dim) { in FlatSizeSkipDim() [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/ |
A D | kernel_util.cc | 417 std::string GetShapeDebugString(const TfLiteIntArray* shape) { in GetShapeDebugString() 440 std::unique_ptr<TfLiteIntArray, void (*)(TfLiteIntArray*)> shape( in CalculateShapeForBroadcast() local 467 std::unique_ptr<TfLiteIntArray, void (*)(TfLiteIntArray*)> shape( in CalculateShapeForBroadcast() local
|
A D | test_util.h | 136 std::vector<int> shape; member 212 std::initializer_list<int> shape) { in AddConstInput()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/ |
A D | concatenation.cc | 60 RuntimeShape shape = tflite::micro::GetTensorShape(t); in GetAllInputTensorShapes() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/ |
A D | test_helpers.cc | 92 Tensor AddTensor(TensorType type, std::initializer_list<int32_t> shape) { in AddTensor() 98 std::initializer_list<int32_t> shape) { in AddVariableTensor() 245 TensorType type, bool is_variable, std::initializer_list<int32_t> shape) { in AddTensorImpl()
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | nanosvg.h | 923 static void nsvg__getLocalBounds(float* bounds, NSVGshape *shape, float* xform) in nsvg__getLocalBounds() 957 NSVGshape* shape; in nsvg__addShape() local 2830 NSVGshape* shape; in nsvg__imageBounds() local 2876 NSVGshape* shape; in nsvg__scaleToViewbox() local 3022 NSVGshape *snext, *shape; in nsvgDelete() local
|
A D | nanosvgrast.h | 368 static void nsvg__flattenShape(NSVGrasterizer* r, NSVGshape* shape, float scale) in nsvg__flattenShape() 732 static void nsvg__flattenShapeStroke(NSVGrasterizer* r, NSVGshape* shape, float scale) in nsvg__flattenShapeStroke() 1367 NSVGshape *shape = NULL; in nsvgRasterize() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/ |
A D | optimized_ops.h | 130 VectorMap<Scalar> MapAsVector(Scalar* data, const RuntimeShape& shape) { in MapAsVector() 147 const RuntimeShape& shape) { in MapAsMatrixWithLastDimAsRows() 156 const RuntimeShape& shape) { in MapAsMatrixWithFirstDimAsCols() 171 const RuntimeShape& shape) { in MapAsArrayWithLastDimAsRows() 194 const RuntimeShape& shape, in MapAsMatrixWithGivenNumberOfRows() 7598 void CumsumImpl(const T* input_data, const RuntimeShape& shape, int axis, in CumsumImpl() 7630 void CumSum(const T* input_data, const RuntimeShape& shape, int axis, in CumSum()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/ |
A D | builtin_op_data.h | 333 int shape[TFLITE_RESHAPE_PARAMS_MAX_DIMENSION_COUNT]; member
|