Home
last modified time | relevance | path

Searched defs:is_nhwc (Results 1 – 6 of 6) sorted by relevance

/external/ComputeLibrary/src/core/CL/kernels/
DCLChannelShuffleLayerKernel.cpp69 const bool is_nhwc = input->data_layout() == DataLayout::NHWC; in validate_and_configure_window() local
118 const bool is_nhwc = data_layout == DataLayout::NHWC; in configure() local
/external/ComputeLibrary/src/gpu/cl/kernels/
DClScaleKernel.cpp100 const bool is_nhwc = _data_layout == DataLayout::NHWC; in configure() local
/external/ComputeLibrary/tests/
DAssetsLibrary.h589 const bool is_nhwc = tensor.data_layout() == DataLayout::NHWC; in fill_with_generator() local
/external/ComputeLibrary/src/runtime/NEON/functions/
DNEDepthwiseConvolutionLayer.cpp77 bool is_nhwc = input->info()->data_layout() == DataLayout::NCHW; in configure() local
/external/ComputeLibrary/src/graph/
DGraphBuilder.cpp741 const bool is_nhwc = input_tensor_desc.layout == DataLayout::NHWC; in add_yolo_node() local
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc4834 bool is_nhwc = RandomBool(); in TEST_F() local