Searched defs:DepthToSpace (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/ |
H A D | tfsa-2021-081.md | 3 ### CVE Number 6 ### Impact 21 ### Patches 29 ### For more information 35 ### Attribution
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
H A D | depth_to_space_test.cc | 29 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 D | space_to_depth.cc | 68 class DepthToSpace : public NodeShader { class
|
/aosp_15_r20/external/armnn/src/backends/reference/workloads/ |
H A D | DepthToSpace.cpp | 18 void DepthToSpace(const TensorInfo& inputInfo, in DepthToSpace() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
H A D | depth_to_space.h | 24 inline void DepthToSpace(const tflite::DepthToSpaceParams& op_params, in DepthToSpace() function
|
H A D | legacy_reference_ops.h | 1852 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 D | operator.cc | 374 class DepthToSpace class
|
/aosp_15_r20/external/ComputeLibrary/ |
H A D | filelist.json | 359 "DepthToSpace": { object 1181 "DepthToSpace": { object
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/ |
H A D | randomized_tests.cc | 2507 TEST_F(OpTest, DepthToSpace) { in TEST_F() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
H A D | legacy_optimized_ops.h | 4650 inline void DepthToSpace(const T* input_data, const Dims<4>& input_dims, in DepthToSpace() function
|
H A D | optimized_ops.h | 1310 inline void DepthToSpace(const tflite::DepthToSpaceParams& op_params, in DepthToSpace() function
|
/aosp_15_r20/external/tensorflow/tensorflow/go/op/ |
H A D | wrappers.go | 12179 func DepthToSpace(scope *Scope, input tf.Output, block_size int64, optional ...DepthToSpaceAttr) (o… func
|