Home
last modified time | relevance | path

Searched defs:SpaceToDepth (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2021-075.md3 ### 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 Dspace_to_depth.cc34 class SpaceToDepth : public NodeShader { class
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dspace_to_depth.h26 inline void SpaceToDepth(const tflite::SpaceToDepthParams& op_params, in SpaceToDepth() function
H A Dlegacy_reference_ops.h1863 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 DSpaceToDepth.cpp36 void SpaceToDepth(const TensorInfo& inputInfo, in SpaceToDepth() function
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DSpaceToDepthEndToEndTestImpl.cpp50 IConnectableLayer* SpaceToDepth = net->AddSpaceToDepthLayer(spaceToDepthDesc, "SpaceToDepth"); in CreateSpaceToDepthNetwork() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/
H A Doperator.cc758 class SpaceToDepth class
/aosp_15_r20/external/ComputeLibrary/
H A Dfilelist.json776 "SpaceToDepth": { object
2148 "SpaceToDepth": { object
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc4282 TEST_F(OpTest, SpaceToDepth) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dlegacy_optimized_ops.h4661 inline void SpaceToDepth(const T* input_data, const Dims<4>& input_dims, in SpaceToDepth() function
H A Doptimized_ops.h1351 inline void SpaceToDepth(const tflite::SpaceToDepthParams& op_params, in SpaceToDepth() function
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go44166 func SpaceToDepth(scope *Scope, input tf.Output, block_size int64, optional ...SpaceToDepthAttr) (o… func