Home
last modified time | relevance | path

Searched refs:Reorder (Results 1 – 25 of 77) sorted by relevance

1234

/external/tensorflow/tensorflow/core/util/sparse/
Dsparse_tensor_test.cc203 st.Reorder<tstring>({2, 0, 1}); in TEST()
213 st.Reorder<tstring>({0, 1, 2}); in TEST()
223 st.Reorder<tstring>({2, 1, 0}); in TEST()
242 st.Reorder<tstring>(new_order); in TEST()
262 st.Reorder<tstring>({0, 1, 2, 3}); in TEST()
264 st.Reorder<tstring>({3, 2, 1, 0}); in TEST()
266 st.Reorder<tstring>({1, 0, 2, 3}); in TEST()
268 st.Reorder<tstring>({3, 0, 2, 1}); in TEST()
297 st.Reorder<tstring>(order); in TEST()
305 st.Reorder<tstring>(order); in TEST()
[all …]
DREADME.md61 `Reorder<T>()` via, e.g., `Reorder<T>({0,1,2})`.
95 Reorder<T>({dim0, .., dimk, ...})
105 sp.Reorder<tstring>({1, 2, 0, 3, ...}); // Must provide NDIMS dims.
217 // Reorder st3 so all input tensors have the exact same orders.
218 st3.Reorder<tstring>({1, 0, 2});
Dsparse_tensor.h123 void Reorder(const VarDimArray& order);
272 inline void SparseTensor::Reorder(const VarDimArray& order) { in Reorder() function
/external/swiftshader/third_party/SPIRV-Tools/test/
Dfix_word_test.cpp31 TEST(FixWord, Reorder) { in TEST() argument
53 TEST(FixDoubleWord, Reorder) { in TEST() argument
/external/deqp-deps/SPIRV-Tools/test/
Dfix_word_test.cpp31 TEST(FixWord, Reorder) { in TEST() argument
53 TEST(FixDoubleWord, Reorder) { in TEST() argument
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/
Dfix_word_test.cpp31 TEST(FixWord, Reorder) { in TEST() argument
53 TEST(FixDoubleWord, Reorder) { in TEST() argument
/external/icu/icu4c/source/data/translit/
DZawgyi_my.txt161 # Reorder some vowel signs
177 # Reorder the medials
186 # Reorder dot below after medials and vowel diacritics
190 # Reorder modifiers and asat
207 # Reorder
/external/tensorflow/tensorflow/core/kernels/
Dsparse_concat_op.cc133 sp_inputs[i].Reorder<T>(concat_order); in Compute()
137 concat.Reorder<T>(std_order); in Compute()
Dsparse_reorder_op.cc79 reordered_sp.Reorder<T>(std_order); in Compute()
Dsparse_reduce_op.cc219 sp.Reorder<T>(reduction.reorder_dims); in Compute()
272 sp.Reorder<T>(reduction.reorder_dims); in Compute()
Dsparse_softmax_op.cc90 st.Reorder<T>(kReorderDims); in Compute()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/utils/
Dcycle_detector.cc100 static void Reorder(GraphCycles::Rep* r);
135 Reorder(r); in InsertEdge()
199 static void Reorder(GraphCycles::Rep* r) { in Reorder() function
/external/llvm-project/clang/test/SemaCXX/
Ddesignated-initializers.cpp34 namespace Reorder { namespace
/external/tensorflow/tensorflow/compiler/xla/service/graphcycles/
Dgraphcycles.cc163 static void Reorder(GraphCycles::Rep* r);
197 Reorder(r); in InsertEdge()
251 static void Reorder(GraphCycles::Rep* r) { in Reorder() function
/external/llvm/test/MC/Mips/
Dset-push-pop-directives.s17 .set noreorder # Test the Reorder option.
/external/llvm-project/llvm/test/MC/Mips/
Dset-push-pop-directives.s17 .set noreorder # Test the Reorder option.
/external/llvm-project/lldb/test/Shell/Unwind/
Dbasic-block-sections.test14 # Reorder basic blocks so that main's basic blocks are discontiguous
/external/angle/third_party/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.cc488 static void Reorder(GraphCycles::Rep* r);
528 Reorder(r); in InsertEdge()
582 static void Reorder(GraphCycles::Rep* r) { in Reorder() function
/external/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.cc487 static void Reorder(GraphCycles::Rep* r);
527 Reorder(r); in InsertEdge()
581 static void Reorder(GraphCycles::Rep* r) { in Reorder() function
/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.cc487 static void Reorder(GraphCycles::Rep* r);
527 Reorder(r); in InsertEdge()
581 static void Reorder(GraphCycles::Rep* r) { in Reorder() function
/external/openscreen/third_party/abseil/src/absl/synchronization/internal/
Dgraphcycles.cc488 static void Reorder(GraphCycles::Rep* r);
528 Reorder(r); in InsertEdge()
582 static void Reorder(GraphCycles::Rep* r) { in Reorder() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.cc487 static void Reorder(GraphCycles::Rep* r);
527 Reorder(r); in InsertEdge()
581 static void Reorder(GraphCycles::Rep* r) { in Reorder() function
/external/libtextclassifier/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.cc487 static void Reorder(GraphCycles::Rep* r);
527 Reorder(r); in InsertEdge()
581 static void Reorder(GraphCycles::Rep* r) { in Reorder() function
/external/curl/tests/data/
Dtest128681 # Reorder the fields in 'Authorization: Digest' header.
/external/libcap-ng/libcap-ng-0.7/
DChangeLog70 - Reorder clearing of bounding set in capng_change_id

1234