Searched defs:SpaceToDepth (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/ |
H A D | tfsa-2021-075.md | 3 ### CVE Number 6 ### Impact 21 ### Patches 29 ### For more information 35 ### Attribution
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
H A D | space_to_depth.cc | 34 class SpaceToDepth : public NodeShader { class
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
H A D | space_to_depth.h | 26 inline void SpaceToDepth(const tflite::SpaceToDepthParams& op_params, in SpaceToDepth() function
|
H A D | legacy_reference_ops.h | 1863 inline void SpaceToDepth(const T* input_data, const Dims<4>& input_dims, in SpaceToDepth() function
|
/aosp_15_r20/external/armnn/src/backends/reference/workloads/ |
H A D | SpaceToDepth.cpp | 36 void SpaceToDepth(const TensorInfo& inputInfo, in SpaceToDepth() function
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/ |
H A D | SpaceToDepthEndToEndTestImpl.cpp | 50 IConnectableLayer* SpaceToDepth = net->AddSpaceToDepthLayer(spaceToDepthDesc, "SpaceToDepth"); in CreateSpaceToDepthNetwork() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/ |
H A D | operator.cc | 758 class SpaceToDepth class
|
/aosp_15_r20/external/ComputeLibrary/ |
H A D | filelist.json | 776 "SpaceToDepth": { object 2148 "SpaceToDepth": { object
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/ |
H A D | randomized_tests.cc | 4282 TEST_F(OpTest, SpaceToDepth) { in TEST_F() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
H A D | legacy_optimized_ops.h | 4661 inline void SpaceToDepth(const T* input_data, const Dims<4>& input_dims, in SpaceToDepth() function
|
H A D | optimized_ops.h | 1351 inline void SpaceToDepth(const tflite::SpaceToDepthParams& op_params, in SpaceToDepth() function
|
/aosp_15_r20/external/tensorflow/tensorflow/go/op/ |
H A D | wrappers.go | 44166 func SpaceToDepth(scope *Scope, input tf.Output, block_size int64, optional ...SpaceToDepthAttr) (o… func
|