Searched refs:layout_type (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_softmax_op.cc | 238 MklTensorFormat layout_type; in Compute() local 250 layout_type = MklTensorFormat::FORMAT_X; in Compute() 253 layout_type = MklTensorFormat::FORMAT_NC; in Compute() 256 layout_type = MklTensorFormat::FORMAT_TNC; in Compute() 260 layout_type = MklTensorFormat::FORMAT_NHWC; in Compute() 262 layout_type = MklTensorFormat::FORMAT_NCHW; in Compute() 267 layout_type = MklTensorFormat::FORMAT_NDHWC; in Compute() 269 layout_type = MklTensorFormat::FORMAT_NCDHW; in Compute() 282 : layout_type; in Compute() 311 output_mkl_shape.SetTfLayout(src_dims.size(), src_dims, layout_type); in Compute()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | btree.h | 538 using layout_type = absl::container_internal::Layout<btree_node *, field_type, 541 return layout_type(/*parent*/ 1, 582 constexpr static layout_type LeafLayout(const int slot_count = kNodeSlots) { 583 return layout_type(/*parent*/ 1, 588 constexpr static layout_type InternalLayout() { 589 return layout_type(/*parent*/ 1, 604 inline typename layout_type::template ElementType<N> *GetField() { 610 inline const typename layout_type::template ElementType<N> *GetField() const {
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | btree.h | 528 using layout_type = absl::container_internal::Layout<btree_node *, field_type, 531 return layout_type(/*parent*/ 1, 567 constexpr static layout_type LeafLayout(const int max_values = kNodeValues) { 568 return layout_type(/*parent*/ 1, 573 constexpr static layout_type InternalLayout() { 574 return layout_type(/*parent*/ 1, 589 inline typename layout_type::template ElementType<N> *GetField() { 595 inline const typename layout_type::template ElementType<N> *GetField() const {
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | btree.h | 485 using layout_type = absl::container_internal::Layout<btree_node *, field_type, 488 return layout_type(/*parent*/ 1, 524 constexpr static layout_type LeafLayout(const int max_values = kNodeValues) { 525 return layout_type(/*parent*/ 1, 530 constexpr static layout_type InternalLayout() { 531 return layout_type(/*parent*/ 1, 546 inline typename layout_type::template ElementType<N> *GetField() { 552 inline const typename layout_type::template ElementType<N> *GetField() const {
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/container/internal/ |
D | btree.h | 609 using layout_type = 613 return layout_type( 657 constexpr static layout_type LeafLayout(const int slot_count = kNodeSlots) { 658 return layout_type( 665 constexpr static layout_type InternalLayout() { 666 return layout_type( 683 inline typename layout_type::template ElementType<N> *GetField() { 689 inline const typename layout_type::template ElementType<N> *GetField() const {
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | btree.h | 586 using layout_type = 590 return layout_type( 633 constexpr static layout_type LeafLayout( 635 return layout_type( 642 constexpr static layout_type InternalLayout() { 643 return layout_type( 660 inline typename layout_type::template ElementType<N> *GetField() { 666 inline const typename layout_type::template ElementType<N> *GetField() const {
|
/external/cronet/third_party/abseil-cpp/absl/container/internal/ |
D | btree.h | 586 using layout_type = 590 return layout_type( 633 constexpr static layout_type LeafLayout( 635 return layout_type( 642 constexpr static layout_type InternalLayout() { 643 return layout_type( 660 inline typename layout_type::template ElementType<N> *GetField() { 666 inline const typename layout_type::template ElementType<N> *GetField() const {
|
/external/abseil-cpp/absl/container/internal/ |
D | btree.h | 609 using layout_type = 613 return layout_type( 657 constexpr static layout_type LeafLayout(const int slot_count = kNodeSlots) { 658 return layout_type( 665 constexpr static layout_type InternalLayout() { 666 return layout_type( 683 inline typename layout_type::template ElementType<N> *GetField() { 689 inline const typename layout_type::template ElementType<N> *GetField() const {
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | btree.h | 586 using layout_type = 590 return layout_type( 632 constexpr static layout_type Layout(const size_type slot_count, 634 return layout_type( 642 constexpr static layout_type LeafLayout( 646 constexpr static layout_type InternalLayout() { 659 inline typename layout_type::template ElementType<N> *GetField() { 665 inline const typename layout_type::template ElementType<N> *GetField() const {
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 11655 const char *layout_type = "current"; in PreCallValidateCmdExecuteCommands() local 11659 layout_type = "initial"; in PreCallValidateCmdExecuteCommands() 11667 … subresource.arrayLayer, subresource.mipLevel, string_VkImageLayout(sub_layout), layout_type, in PreCallValidateCmdExecuteCommands()
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux_505.h | 51989 __u32 layout_type; member
|
D | vmlinux.h | 51989 __u32 layout_type; member
|