/external/tensorflow/tensorflow/core/util/sparse/ |
D | sparse_tensor_test.cc | 180 st.Reorder<string>({2, 0, 1}); in TEST() 190 st.Reorder<string>({0, 1, 2}); in TEST() 200 st.Reorder<string>({2, 1, 0}); in TEST() 218 st.Reorder<string>(new_order); in TEST() 237 st.Reorder<string>({0, 1, 2, 3}); in TEST() 239 st.Reorder<string>({3, 2, 1, 0}); in TEST() 241 st.Reorder<string>({1, 0, 2, 3}); in TEST() 243 st.Reorder<string>({3, 0, 2, 1}); in TEST() 271 st.Reorder<string>(order); in TEST() 279 st.Reorder<string>(order); in TEST() [all …]
|
D | README.md | 61 `Reorder<T>()` via, e.g., `Reorder<T>({0,1,2})`. 95 Reorder<T>({dim0, .., dimk, ...}) 105 sp.Reorder<string>({1, 2, 0, 3, ...}); // Must provide NDIMS dims. 217 // Reorder st3 so all input tensors have the exact same orders. 218 st3.Reorder<string>({1, 0, 2});
|
D | sparse_tensor.h | 120 void Reorder(const VarDimArray& order); 303 void SparseTensor::Reorder(const VarDimArray& order) { in Reorder() function
|
/external/icu/icu4c/source/data/translit/ |
D | Zawgyi_my.txt | 146 # Reorder some vowel signs 167 # Reorder the medials 176 # Reorder dot below after medials and vowel diacritics 181 # Reorder modifiers and asat 198 # Reorder
|
D | my_my_FONIPA.txt | 216 # Reorder the medials so that U+103E SIGN MEDIAL HA comes before any
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_concat_op.cc | 130 sp_inputs[i].Reorder<T>(concat_order); in Compute() 134 concat.Reorder<T>(std_order); in Compute()
|
D | sparse_reorder_op.cc | 73 reordered_sp.Reorder<T>(std_order); in Compute()
|
D | sparse_reduce_op.cc | 217 sp.Reorder<T>(reduction.reorder_dims); in Compute() 268 sp.Reorder<T>(reduction.reorder_dims); in Compute()
|
D | sparse_softmax_op.cc | 91 st.Reorder<T>(kReorderDims); in Compute()
|
/external/tensorflow/tensorflow/compiler/jit/graphcycles/ |
D | graphcycles.cc | 159 static void Reorder(GraphCycles::Rep* r); 193 Reorder(r); in InsertEdge() 247 static void Reorder(GraphCycles::Rep* r) { in Reorder() function
|
/external/llvm/test/MC/Mips/ |
D | set-push-pop-directives.s | 17 .set noreorder # Test the Reorder option.
|
/external/curl/tests/data/ |
D | test1286 | 83 # Reorder the fields in 'Authorization: Digest' header.
|
/external/libcap-ng/libcap-ng-0.7/ |
D | ChangeLog | 70 - Reorder clearing of bounding set in capng_change_id
|
/external/pdfium/core/fxcrt/ |
D | fx_bidi.cpp | 247 Reorder(chars, iCount); in BidiLine() 526 void Reorder(std::vector<CFX_Char>* chars, size_t iCount) { in Reorder() function in __anon975d8c360111::CFX_BidiLine
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | README.txt | 169 2. Reorder objects to fill in gaps between objects.
|
/external/llvm/lib/CodeGen/ |
D | README.txt | 169 2. Reorder objects to fill in gaps between objects.
|
/external/libdrm/intel/tests/ |
D | gen7-3d.batch-ref.txt | 52 0x123000cc: 0x00000000: Reorder disable, Discard Adjaceny disable, GS disable
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | BidiTest.txt | 40 # Levels, Reorder, and data. 54 # A Reorder line indicates that all following data lines, up to the next Reorder line, 57 # @Reorder: <ordering> 65 # @Reorder: 1 0 66 # @Reorder: 3 1 86 # Reorder the elements, and compare to the @Reorder values. 102 @Reorder: 113 @Reorder: 0 132 @Reorder: 0 151 @Reorder: 0 [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | BidiTest.txt | 40 # Levels, Reorder, and data. 54 # A Reorder line indicates that all following data lines, up to the next Reorder line, 57 # @Reorder: <ordering> 65 # @Reorder: 1 0 66 # @Reorder: 3 1 86 # Reorder the elements, and compare to the @Reorder values. 102 @Reorder: 113 @Reorder: 0 132 @Reorder: 0 151 @Reorder: 0 [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
D | BidiTest.txt | 40 # Levels, Reorder, and data. 54 # A Reorder line indicates that all following data lines, up to the next Reorder line, 57 # @Reorder: <ordering> 65 # @Reorder: 1 0 66 # @Reorder: 3 1 86 # Reorder the elements, and compare to the @Reorder values. 102 @Reorder: 113 @Reorder: 0 132 @Reorder: 0 151 @Reorder: 0 [all …]
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 49 ATReg(1), Reorder(true), Macro(true), Features(Features_) {} in MipsAssemblerOptions() 53 Reorder = Opts->isReorder(); in MipsAssemblerOptions() 67 bool isReorder() const { return Reorder; } in isReorder() 68 void setReorder() { Reorder = true; } in setReorder() 69 void setNoReorder() { Reorder = false; } in setNoReorder() 87 bool Reorder; member in __anonff0401310111::MipsAssemblerOptions
|
/external/clang/include/clang/Basic/ |
D | DiagnosticGroups.td | 478 def Reorder : DiagGroup<"reorder">; 645 Reorder,
|
/external/iputils/ |
D | RELNOTES | 93 arping: Reorder functions and comment out unsued code. 139 ping,ping6: Reorder command-line options in alphabetical order.
|
/external/syslinux/gnu-efi/gnu-efi-3.0/ |
D | ChangeLog | 129 Reorder variables in Make.defaults so that they are grouped by
|
/external/elfutils/libdw/ |
D | ChangeLog | 1524 * libdwP.h (struct Dwarf_Line_s): Reorder members to pack better. 1648 Reorder members.
|