Home
last modified time | relevance | path

Searched defs:matrix_transpose (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/bazelbuild-rules_rust/examples/ffi/rust_calling_c/src/
H A Dffi.rs30 pub fn matrix_transpose(matrix: *mut Matrix); in matrix_transpose() function
/aosp_15_r20/external/bazelbuild-rules_rust/examples/ffi/rust_calling_c/c/
H A Dmatrix.c57 void matrix_transpose(Matrix* matrix) { in matrix_transpose() function
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dmaster_test.cc390 const Eigen::array<Eigen::DenseIndex, 2> matrix_transpose({1, 0}); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Darray_ops.py2380 def matrix_transpose(a, name="matrix_transpose", conjugate=False): function