Searched refs:layout_type (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_softmax_op.cc | 224 MklTensorFormat layout_type; in Compute() local 236 layout_type = MklTensorFormat::FORMAT_X; in Compute() 239 layout_type = MklTensorFormat::FORMAT_NC; in Compute() 242 layout_type = MklTensorFormat::FORMAT_TNC; in Compute() 246 layout_type = MklTensorFormat::FORMAT_NHWC; in Compute() 248 layout_type = MklTensorFormat::FORMAT_NCHW; in Compute() 253 layout_type = MklTensorFormat::FORMAT_NDHWC; in Compute() 255 layout_type = MklTensorFormat::FORMAT_NCDHW; in Compute() 268 : layout_type; in Compute() 288 output_mkl_shape.SetTfLayout(src_dims.size(), src_dims, layout_type); in Compute()
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | btree.h | 556 using layout_type = absl::container_internal::Layout<btree_node *, field_type, 559 return layout_type(/*parent*/ 1, 600 constexpr static layout_type LeafLayout(const int slot_count = kNodeSlots) { 601 return layout_type(/*parent*/ 1, 606 constexpr static layout_type InternalLayout() { 607 return layout_type(/*parent*/ 1, 622 inline typename layout_type::template ElementType<N> *GetField() { 628 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/rust/crates/grpcio-sys/grpc/third_party/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/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | btree.h | 446 using layout_type = absl::container_internal::Layout<btree_node *, field_type, 449 return layout_type(/*parent*/ 1, 485 constexpr static layout_type LeafLayout(const int max_values = kNodeValues) { 486 return layout_type(/*parent*/ 1, 491 constexpr static layout_type InternalLayout() { 492 return layout_type(/*parent*/ 1, 507 inline typename layout_type::template ElementType<N> *GetField() { 513 inline const typename layout_type::template ElementType<N> *GetField() const {
|
/external/abseil-cpp/absl/container/internal/ |
D | btree.h | 446 using layout_type = absl::container_internal::Layout<btree_node *, field_type, 449 return layout_type(/*parent*/ 1, 485 constexpr static layout_type LeafLayout(const int max_values = kNodeValues) { 486 return layout_type(/*parent*/ 1, 491 constexpr static layout_type InternalLayout() { 492 return layout_type(/*parent*/ 1, 507 inline typename layout_type::template ElementType<N> *GetField() { 513 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()
|