Home
last modified time | relevance | path

Searched refs:layout_type (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_softmax_op.cc238 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/
Dbtree.h538 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/
Dbtree.h528 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/
Dbtree.h485 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/
Dbtree.h609 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/
Dbtree.h586 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/
Dbtree.h586 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/
Dbtree.h609 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/
Dbtree.h586 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/
Dcore_validation.cpp11655 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/
Dvmlinux_505.h51989 __u32 layout_type; member
Dvmlinux.h51989 __u32 layout_type; member