Home
last modified time | relevance | path

Searched defs:subBlock (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/onednn/
H A Dgraph_rewriter.cpp65 for (auto subBlock : n->blocks()) { in buildupSubgraphs() local
/aosp_15_r20/sdk/find_java2/src/
H A Dutils.cpp71 CString subBlock; in initUtils() local
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Zip/
H A DZipOut.cpp92 const CExtraSubBlock &subBlock = extra.SubBlocks[i]; in WriteExtra() local
H A DZipIn.cpp1075 CExtraSubBlock subBlock; in ReadExtra() local
/aosp_15_r20/system/tools/hidl/host_utils/
DFormatter.cpp200 for (const WrappedOutput::Block& subBlock : block.blocks) { in printBlock() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Ddead_code_elimination.cpp205 for (auto subBlock : node->blocks()) { in mark() local
H A Dcreate_autodiff_subgraphs.cpp115 for (auto subBlock : n->blocks()) { in buildupSubgraphs() local
H A Dfrozen_ops_to_mkldnn.cpp930 for (auto subBlock : n->blocks()) { in buildupSubgraphs() local
/aosp_15_r20/frameworks/av/media/codec2/vndk/
H A DC2Buffer.cpp328 C2ConstLinearBlock C2ConstLinearBlock::subBlock(size_t offset_, size_t size_) const { in subBlock() function in C2ConstLinearBlock
1489 C2ConstGraphicBlock C2ConstGraphicBlock::subBlock(const C2Rect &rect) const { in subBlock() function in C2ConstGraphicBlock
/aosp_15_r20/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp639 const int subBlock = ((flipBit ? y : x) >= 2) ? 1 : 0; in decompressETC1Block() local
727 const int subBlock = ((flipBit ? y : x) >= 2) ? 1 : 0; in decompressETC2Block() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dir_simplifier.cpp1718 if (auto subBlock = to<Block>(stmt_new)) { in mutate() local