Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2021-081.md3 ### CVE Number
6 ### Impact
21 ### Patches
29 ### For more information
35 ### Attribution
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/
H A Ddepth_to_space_test.cc29 TEST(DepthToSpace, SinglePixel) { in TEST() argument
52 TEST(DepthToSpace, SingleRow) { in TEST() argument
77 TEST(DepthToSpace, SingleColumn) { in TEST() argument
102 TEST(DepthToSpace, FullImage) { in TEST() argument
127 TEST(DepthToSpace, MultiThreading) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
H A Dspace_to_depth.cc68 class DepthToSpace : public NodeShader { class
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DDepthToSpace.cpp18 void DepthToSpace(const TensorInfo& inputInfo, in DepthToSpace() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Ddepth_to_space.h24 inline void DepthToSpace(const tflite::DepthToSpaceParams& op_params, in DepthToSpace() function
H A Dlegacy_reference_ops.h1852 inline void DepthToSpace(const T* input_data, const Dims<4>& input_dims, in DepthToSpace() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/
H A Doperator.cc374 class DepthToSpace class
/aosp_15_r20/external/ComputeLibrary/
H A Dfilelist.json359 "DepthToSpace": { object
1181 "DepthToSpace": { object
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc2507 TEST_F(OpTest, DepthToSpace) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dlegacy_optimized_ops.h4650 inline void DepthToSpace(const T* input_data, const Dims<4>& input_dims, in DepthToSpace() function
H A Doptimized_ops.h1310 inline void DepthToSpace(const tflite::DepthToSpaceParams& op_params, in DepthToSpace() function
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go12179 func DepthToSpace(scope *Scope, input tf.Output, block_size int64, optional ...DepthToSpaceAttr) (o… func