Home
last modified time | relevance | path

Searched defs:layout (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/external/tensorflow/tensorflow/compiler/xla/
Dlayout_util.cc59 Layout layout; in MakeLayout() local
79 std::vector<int64> layout(rank); in MakeDescendingLayout() local
86 Layout layout; in MakeLayoutFromMajorToMinor() local
95 Layout layout; in MakeSparseLayout() local
105 Layout layout; in CreateDefaultLayoutForRank() local
205 /* static */ Status LayoutUtil::ValidateLayoutForShape(const Layout& layout, in ValidateLayoutForShape()
277 /* static */ bool LayoutUtil::IsDense(const Layout& layout) { in IsDense()
281 /* static */ bool LayoutUtil::IsMonotonicWithDim0Minor(const Layout& layout) { in IsMonotonicWithDim0Minor()
287 /* static */ bool LayoutUtil::IsMonotonicWithDim0Major(const Layout& layout) { in IsMonotonicWithDim0Major()
297 /* static */ bool LayoutUtil::IsSparse(const Layout& layout) { in IsSparse()
[all …]
Dshape_layout.cc53 const Layout& ShapeLayout::layout() const { in layout() function in xla::ShapeLayout
63 void ShapeLayout::ResetLayout(const Layout& layout) { in ResetLayout()
70 void ShapeLayout::ResetLayout(const Layout& layout, in ResetLayout()
Dliteral_util.h333 const Layout& layout) { in CreateR2WithLayout()
353 const Layout& layout) { in CreateR3WithLayout()
386 const Layout& layout) { in CreateR4WithLayout()
437 const Array<NativeT>& values, const Layout& layout) { in CreateFromArrayWithLayout()
454 const Array2D<NativeT>& values, const Layout& layout) { in CreateR2FromArray2DWithLayout()
466 const Array3D<NativeT>& values, const Layout& layout) { in CreateR3FromArray3DWithLayout()
537 const Array4D<NativeT>& values, const Layout& layout) { in CreateR4FromArray4DWithLayout()
/external/libopus/src/
Dopus_multistream.c41 int validate_layout(const ChannelLayout *layout) in validate_layout()
57 int get_left_channel(const ChannelLayout *layout, int stream_id, int prev) in get_left_channel()
69 int get_right_channel(const ChannelLayout *layout, int stream_id, int prev) in get_right_channel()
81 int get_mono_channel(const ChannelLayout *layout, int stream_id, int prev) in get_mono_channel()
/external/u-boot/common/eeprom/
Deeprom_layout.c37 __weak void __eeprom_layout_assign(struct eeprom_layout *layout, in __eeprom_layout_assign()
50 static void eeprom_layout_print(const struct eeprom_layout *layout) in eeprom_layout_print()
67 static int eeprom_layout_update_field(struct eeprom_layout *layout, in eeprom_layout_update_field()
104 void eeprom_layout_setup(struct eeprom_layout *layout, unsigned char *buf, in eeprom_layout_setup()
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
DFileAppender.java23 public FileAppender(Layout layout, String filename) { in FileAppender()
26 public FileAppender(Layout layout, String filename, boolean append) { in FileAppender()
29 …public FileAppender(Layout layout, String filename, boolean append, boolean bufferedIO, int buffer… in FileAppender()
DRollingFileAppender.java33 public RollingFileAppender(Layout layout, String filename) throws IOException { in RollingFileAppender()
37 public RollingFileAppender(Layout layout, String filename, boolean append) throws IOException { in RollingFileAppender()
/external/tensorflow/tensorflow/core/common_runtime/
Dpending_counts_test.cc26 PendingCounts::Layout layout; in TEST() local
62 PendingCounts::Layout layout; in TEST() local
79 PendingCounts::Layout layout; in TEST() local
114 PendingCounts::Layout layout; in TEST() local
139 PendingCounts::Layout layout; in TEST() local
/external/protobuf/php/ext/google/protobuf/
Dstorage.c294 MessageLayout* layout = ALLOC(MessageLayout); in create_layout() local
386 void free_layout(MessageLayout* layout) { in free_layout()
405 static void* slot_memory(MessageLayout* layout, const void* storage, in slot_memory()
410 static uint32_t* slot_oneof_case(MessageLayout* layout, const void* storage, in slot_oneof_case()
416 void layout_set(MessageLayout* layout, void* storage, const upb_fielddef* field, in layout_set()
457 void layout_init(MessageLayout* layout, void* storage) { in layout_init()
515 zval* layout_get(MessageLayout* layout, const void* storage, in layout_get()
/external/skia/src/gpu/vk/
DGrVkRenderTarget.cpp28 sk_sp<GrVkImageLayout> layout, in GrVkRenderTarget()
53 sk_sp<GrVkImageLayout> layout, in GrVkRenderTarget()
78 sk_sp<GrVkImageLayout> layout, in GrVkRenderTarget()
98 sk_sp<GrVkImageLayout> layout, in GrVkRenderTarget()
116 sk_sp<GrVkImageLayout> layout, in GrVkRenderTarget()
133 sk_sp<GrVkImageLayout> layout) { in MakeWrappedRenderTarget()
213 sk_sp<GrVkImageLayout> layout(new GrVkImageLayout(VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL)); in MakeSecondaryCBRenderTarget() local
DGrVkImageLayout.h16 GrVkImageLayout(VkImageLayout layout) : fLayout(layout) {} in GrVkImageLayout()
18 void setImageLayout(VkImageLayout layout) { in setImageLayout()
DGrVkTexture.cpp25 sk_sp<GrVkImageLayout> layout, in GrVkTexture()
40 sk_sp<GrVkImageLayout> layout, const GrVkImageView* view, in GrVkTexture()
58 sk_sp<GrVkImageLayout> layout, in GrVkTexture()
87 sk_sp<GrVkImageLayout> layout(new GrVkImageLayout(info.fImageLayout)); in MakeNewTexture() local
97 sk_sp<GrVkImageLayout> layout) { in MakeWrappedTexture()
DGrVkPipelineLayout.h17 GrVkPipelineLayout(VkPipelineLayout layout) : fPipelineLayout(layout) {} in GrVkPipelineLayout()
19 VkPipelineLayout layout() const { return fPipelineLayout; } in layout() function
DGrVkTextureRenderTarget.cpp25 sk_sp<GrVkImageLayout> layout, in GrVkTextureRenderTarget()
46 sk_sp<GrVkImageLayout> layout, in GrVkTextureRenderTarget()
62 sk_sp<GrVkImageLayout> layout, in GrVkTextureRenderTarget()
82 sk_sp<GrVkImageLayout> layout, in GrVkTextureRenderTarget()
184 sk_sp<GrVkImageLayout> layout(new GrVkImageLayout(info.fImageLayout)); in MakeNewTextureRenderTarget() local
209 sk_sp<GrVkImageLayout> layout) { in MakeWrappedTextureRenderTarget()
/external/skqp/src/gpu/vk/
DGrVkRenderTarget.cpp28 sk_sp<GrVkImageLayout> layout, in GrVkRenderTarget()
53 sk_sp<GrVkImageLayout> layout, in GrVkRenderTarget()
78 sk_sp<GrVkImageLayout> layout, in GrVkRenderTarget()
98 sk_sp<GrVkImageLayout> layout, in GrVkRenderTarget()
116 sk_sp<GrVkImageLayout> layout, in GrVkRenderTarget()
133 sk_sp<GrVkImageLayout> layout) { in MakeWrappedRenderTarget()
213 sk_sp<GrVkImageLayout> layout(new GrVkImageLayout(VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL)); in MakeSecondaryCBRenderTarget() local
DGrVkImageLayout.h16 GrVkImageLayout(VkImageLayout layout) : fLayout(layout) {} in GrVkImageLayout()
18 void setImageLayout(VkImageLayout layout) { in setImageLayout()
DGrVkTexture.cpp25 sk_sp<GrVkImageLayout> layout, in GrVkTexture()
40 sk_sp<GrVkImageLayout> layout, const GrVkImageView* view, in GrVkTexture()
58 sk_sp<GrVkImageLayout> layout, in GrVkTexture()
87 sk_sp<GrVkImageLayout> layout(new GrVkImageLayout(info.fImageLayout)); in MakeNewTexture() local
97 sk_sp<GrVkImageLayout> layout) { in MakeWrappedTexture()
DGrVkPipelineLayout.h17 GrVkPipelineLayout(VkPipelineLayout layout) : fPipelineLayout(layout) {} in GrVkPipelineLayout()
19 VkPipelineLayout layout() const { return fPipelineLayout; } in layout() function
DGrVkTextureRenderTarget.cpp25 sk_sp<GrVkImageLayout> layout, in GrVkTextureRenderTarget()
46 sk_sp<GrVkImageLayout> layout, in GrVkTextureRenderTarget()
62 sk_sp<GrVkImageLayout> layout, in GrVkTextureRenderTarget()
82 sk_sp<GrVkImageLayout> layout, in GrVkTextureRenderTarget()
184 sk_sp<GrVkImageLayout> layout(new GrVkImageLayout(info.fImageLayout)); in MakeNewTextureRenderTarget() local
209 sk_sp<GrVkImageLayout> layout) { in MakeWrappedTextureRenderTarget()
/external/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c401 MessageLayout* layout = ALLOC(MessageLayout); in create_layout() local
497 void free_layout(MessageLayout* layout) { in free_layout()
517 static void* slot_memory(MessageLayout* layout, in slot_memory()
524 static uint32_t* slot_oneof_case(MessageLayout* layout, in slot_oneof_case()
532 VALUE layout_get(MessageLayout* layout, in layout_get()
606 void layout_set(MessageLayout* layout, in layout_set()
648 void layout_init(MessageLayout* layout, in layout_init()
707 void layout_mark(MessageLayout* layout, void* storage) { in layout_mark()
728 void layout_dup(MessageLayout* layout, void* to, void* from) { in layout_dup()
755 void layout_deep_copy(MessageLayout* layout, void* to, void* from) { in layout_deep_copy()
[all …]
/external/tensorflow/tensorflow/compiler/xla/tests/
Dhlo_test_base.h265 const Layout& layout) { in ForceParameterLayout()
275 void ForceResultLayout(HloModule* module, const Layout& layout) { in ForceResultLayout()
281 void ForceResultLayout(HloModule* module, const Layout& layout, in ForceResultLayout()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowRelativeLayoutTest.java23 RelativeLayout layout = new RelativeLayout(ApplicationProvider.getApplicationContext()); in getRules_shouldShowAddRuleData_sinceApiLevel17() local
36 RelativeLayout layout = new RelativeLayout(ApplicationProvider.getApplicationContext()); in getRules_shouldShowAddRuleData_uptoApiLevel16() local
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.cpp169 vk::VkImageLayout layout, in readSurface()
193 vk::VkImageLayout layout, in readVolume()
218 vk::VkImageLayout layout, in readSurface1D()
242 vk::VkImageLayout layout, in read()
263 vk::VkImageLayout layout, in readUsingBuffer()
408 vk::VkImageLayout layout, in copyToLinearImage()
454 vk::VkImageLayout layout, in uploadVolume()
476 vk::VkImageLayout layout, in uploadSurface()
498 vk::VkImageLayout layout, in uploadSurface1D()
531 vk::VkImageLayout layout, in upload()
[all …]
/external/libxkbcommon/xkbcommon/test/
Drulescomp.c29 const char *model, const char *layout, in test_rmlvo_va()
53 const char *model, const char *layout, const char *variant, in test_rmlvo()
68 const char *layout, const char *variant, const char *options, in test_rmlvo_env()
/external/clang/test/CodeGen/
Dblockstret.c55 const char *layout; // conditional on BLOCK_HAS_OBJC member
61 const char *layout; // conditional on BLOCK_HAS_OBJC member
73 struct block_layout_abi *layout = (struct block_layout_abi *)block; in getBlockSignature() local
82 struct block_layout_abi *layout = (struct block_layout_abi *)block; in usesStruct() local

12345678910>>...16