/external/tensorflow/tensorflow/compiler/xla/ |
D | shape.cc | 104 layout_.set_format(DENSE); in DeleteDimension() 105 for (int64 i = 0; i < layout_.minor_to_major().size();) { in DeleteDimension() 106 if (layout_.minor_to_major(i) == dim_to_delete) { in DeleteDimension() 107 layout_.mutable_minor_to_major()->erase( in DeleteDimension() 108 layout_.mutable_minor_to_major()->begin() + i); in DeleteDimension() 111 if (layout_.minor_to_major(i) > dim_to_delete) { in DeleteDimension() 112 (*layout_.mutable_minor_to_major())[i] -= 1; in DeleteDimension()
|
D | shape.h | 124 bool has_layout() const { return layout_.format() != INVALID_FORMAT; } in has_layout() 125 const Layout& layout() const { return layout_; } in layout() 126 Layout* mutable_layout() { return &layout_; } in mutable_layout() 127 void clear_layout() { layout_.Clear(); } in clear_layout() 215 Layout layout_; variable
|
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderPassUtil.cpp | 87 VkImageLayout layout_, in AttachmentReference1() argument 96 layout = layout_; in AttachmentReference1() 102 VkImageLayout layout_, in AttachmentReference2() argument 108 layout = layout_; in AttachmentReference2()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.cpp | 90 VkImageLayout layout_, in AttachmentReference1() argument 99 layout = layout_; in AttachmentReference1() 105 VkImageLayout layout_, in AttachmentReference2() argument 111 layout = layout_; in AttachmentReference2()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | pattern_matcher.h | 408 : layout_(layout) {} 411 if (!LayoutUtil::Equal(*layout_, *layout)) { 414 << LayoutUtil::HumanString(*layout_); 421 *os << "equal to " << LayoutUtil::HumanString(*layout_); 425 const ::xla::Layout* layout_; 865 : layout_(layout) {} 869 layout_.Match(&shape->layout(), option); 877 if (!layout_.Match(shape->mutable_layout(), option)) { 887 layout_.DescribeTo(os, indent + kIndentInc); 891 LayoutPattern<LayoutType, LayoutImpl> layout_;
|
D | layout_assignment.h | 78 const Layout& layout() const { return layout_; } in layout() 83 Layout layout_;
|
D | layout_assignment.cc | 68 : LayoutConstraint(mandatory, dfs), layout_(layout), buffer_(&buffer) { in BufferLayoutConstraint() 74 LayoutUtil::HumanString(layout_)); in ToString()
|
/external/deqp/framework/opengl/ |
D | gluVarType.cpp | 260 …ng& name_, Storage storage_, Interpolation interpolation_, const Layout& layout_, deUint32 memoryA… in VariableDeclaration() argument 261 : layout (layout_) in VariableDeclaration()
|
D | gluVarType.hpp | 258 …E_LAST, Interpolation interpolation_ = INTERPOLATION_LAST, const Layout& layout_ = Layout(), deUin…
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | ir_array.cc | 74 layout_(shape.layout()), in Index() 88 layout_(shape.layout()), in Index() 124 *b.mutable_layout() = layout_; in LinearValidOnShape()
|
D | ir_array.h | 197 Layout layout_; variable
|
/external/vulkan-validation-layers/layers/ |
D | descriptor_sets.h | 212 VkDescriptorSetLayout GetDescriptorSetLayout() const { return layout_; }; in GetDescriptorSetLayout() 284 VkDescriptorSetLayout layout_;
|
D | descriptor_sets.cpp | 242 if (layout_ == rh_ds_layout->GetDescriptorSetLayout()) return true; in IsCompatible() 245 …GetLayoutDef()->IsCompatible(layout_, rh_ds_layout->GetDescriptorSetLayout(), rh_ds_layout->GetLay… in IsCompatible() 366 : layout_(layout), layout_destroyed_(false), layout_id_(GetCanonicalId(p_create_info)) {} in DescriptorSetLayout()
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 1006 VkDescriptorSetLayoutObj layout_; member 1011 : device_{device}, pool_{}, layout_(device, bindings), set_{} { in OneOffDescriptorSet() 1023 &layout_.handle()}; 1032 …bool Initialized() { return pool_ != VK_NULL_HANDLE && layout_.initialized() && set_ != VK_NULL_HA… in Initialized() 1212 …pipeline_layout_ = VkPipelineLayoutObj(layer_test_.DeviceObj(), {&descriptor_set_->layout_}, push_… in InitState() 2426 const VkPipelineLayoutObj pipeline_layout(m_device, {&ds.layout_}); in TEST_F() 8816 const VkPipelineLayoutObj pipeline_layout(m_device, {&ds.layout_}); in TEST_F() 10707 const VkPipelineLayoutObj pipeline_layout(m_device, {&ds.layout_}); in TEST_F() 10953 const VkPipelineLayoutObj pipeline_layout(m_device, {&ds.layout_}); in TEST_F() 16228 update_template_ci.descriptorSetLayout = ds.layout_.handle(); in TEST_F() [all …]
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 17476 ImageLayout layout_ = ImageLayout::eUndefined ) in AttachmentReference() 17478 , layout( layout_ ) in AttachmentReference() 17498 AttachmentReference & setLayout( ImageLayout layout_ ) in setLayout() 17500 layout = layout_; in setLayout() 17533 ImageLayout layout_ = ImageLayout::eUndefined, in AttachmentReference2KHR() 17536 , layout( layout_ ) in AttachmentReference2KHR() 17563 AttachmentReference2KHR & setLayout( ImageLayout layout_ ) in setLayout() 17565 layout = layout_; in setLayout() 21578 PipelineLayout layout_ = PipelineLayout(), in ComputePipelineCreateInfo() 21583 , layout( layout_ ) in ComputePipelineCreateInfo() [all …]
|
/external/swiftshader/include/vulkan/ |
D | vulkan.hpp | 7990 ImageLayout layout_ = ImageLayout::eUndefined ) in AttachmentReference() 7992 , layout( layout_ ) in AttachmentReference() 8012 AttachmentReference& setLayout( ImageLayout layout_ ) in setLayout() 8014 layout = layout_; in setLayout() 23663 PipelineLayout layout_ = PipelineLayout(), in ComputePipelineCreateInfo() 23668 , layout( layout_ ) in ComputePipelineCreateInfo() 23702 ComputePipelineCreateInfo& setLayout( PipelineLayout layout_ ) in setLayout() 23704 layout = layout_; in setLayout() 25886 ImageLayout layout_ = ImageLayout::eUndefined, in AttachmentReference2KHR() 25889 , layout( layout_ ) in AttachmentReference2KHR() [all …]
|