/external/webrtc/audio/utility/ |
D | channel_mixing_matrix_unittest.cc | 57 bool remapping = matrix_builder.CreateTransformationMatrix(&matrix); in TEST() local 59 if (remapping) { in TEST() 93 bool remapping = matrix_builder.CreateTransformationMatrix(&matrix); in TEST() local 99 EXPECT_FALSE(remapping); in TEST() 113 bool remapping = matrix_builder.CreateTransformationMatrix(&matrix); in TEST() local 120 EXPECT_TRUE(remapping); in TEST() 137 bool remapping = matrix_builder.CreateTransformationMatrix(&matrix); in TEST() local 145 EXPECT_FALSE(remapping); in TEST() 160 bool remapping = matrix_builder.CreateTransformationMatrix(&matrix); in TEST() local 168 EXPECT_TRUE(remapping); in TEST() [all …]
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_GenerateVocabRemapping.pbtxt | 16 name: "remapping" 48 summary: "Given a path to new and old vocabulary files, returns a remapping Tensor of" 50 length `num_new_vocab`, where `remapping[i]` contains the row number in the old 64 `num_new_vocab = 3, new_vocab_offset = 1`, the returned remapping would be 69 values to initialize in a weight matrix remapping 74 corresponding to div-partitioned variables. Moreover, the underlying remapping
|
D | api_def_LoadAndRemapMatrix.pbtxt | 20 `generate_vocab_remapping`). Even if no row remapping is needed, this must 29 `generate_vocab_remapping`). May be a size-0 `Tensor` if only row remapping 94 The remapping tensors can be generated using the GenerateVocabRemapping op.
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-cxxmap.rst | 1 llvm-cxxmap - Mangled name remapping tool 34 .. option:: -remapping-file=file, -r=file 38 See :ref:`remapping-file`. 60 The remapping file is a text file containing lines of the form 86 should be treated as equivalent, the following remapping file could be used: 99 Symbol remapping is currently only supported for C++ mangled names
|
/external/tensorflow/tensorflow/core/kernels/ |
D | generate_vocab_remapping_op.cc | 140 Tensor* remapping; in Compute() local 143 "remapping", TensorShape({num_new_vocab_}), &remapping)); in Compute() 149 OP_REQUIRES_OK(context, old_vocab_table->Find(context, tokens, remapping, in Compute() 153 const auto remapping_vec = remapping->vec<int64>(); in Compute()
|
D | load_and_remap_matrix_op.cc | 37 Status RemapVectorToMap(const TTypes<const int64>::Vec& remapping, in RemapVectorToMap() argument 41 id_present->resize(remapping.size(), false); in RemapVectorToMap() 42 for (int i = 0; i < remapping.size(); ++i) { in RemapVectorToMap() 43 const int64 old_id = remapping(i); in RemapVectorToMap()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | checkpoint_ops_test.py | 56 remapping, num_present = gen_checkpoint_ops.generate_vocab_remapping( 64 self.assertAllEqual(expected_remapping, self.evaluate(remapping)) 69 remapping, num_present = gen_checkpoint_ops.generate_vocab_remapping( 77 self.assertAllEqual(expected_remapping, self.evaluate(remapping)) 82 remapping, num_present = gen_checkpoint_ops.generate_vocab_remapping( 90 self.assertAllEqual(expected_remapping, self.evaluate(remapping)) 95 remapping, num_present = gen_checkpoint_ops.generate_vocab_remapping( 105 self.assertAllEqual(expected_remapping, self.evaluate(remapping))
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | RewriteKeywords.cpp | 170 const T *tryGetRenamedImpl(const T &object, Remapping<T> *remapping) in tryGetRenamedImpl() argument 177 if (remapping) in tryGetRenamedImpl() 179 auto it = remapping->find(&object); in tryGetRenamedImpl() 180 if (it != remapping->end()) in tryGetRenamedImpl() 188 if (remapping) in tryGetRenamedImpl() 190 (*remapping)[&object] = renamedObject; in tryGetRenamedImpl()
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | GenerateVocabRemapping.pbtxt | 12 name: "remapping" 41 name: "remapping"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | GenerateVocabRemapping.pbtxt | 12 name: "remapping" 41 name: "remapping"
|
/external/deqp-deps/glslang/ |
D | README-spirv-remap.txt | 10 load/store optimization. It transforms SPIR-V to SPIR-V, remapping IDs. The 26 remapping defects, it has only been exercised on one real world game shader 46 1. Basic ID remapping 48 Perform ID remapping on all shaders in "*.spv", writing new files with 95 The "opts" parameter to remap() accepts a bit mask of desired remapping
|
/external/angle/third_party/vulkan-deps/glslang/src/ |
D | README-spirv-remap.txt | 10 load/store optimization. It transforms SPIR-V to SPIR-V, remapping IDs. The 26 remapping defects, it has only been exercised on one real world game shader 46 1. Basic ID remapping 48 Perform ID remapping on all shaders in "*.spv", writing new files with 95 The "opts" parameter to remap() accepts a bit mask of desired remapping
|
/external/llvm-project/llvm/test/Transforms/SampleProfile/ |
D | remap.ll | 1 …ample-profile -sample-profile-file=%S/Inputs/remap.prof -sample-profile-remapping-file=%S/Inputs/r… 3 ; Check whether profile remapping work with loading profile on demand used by extbinary format prof… 5 …s=sample-profile -sample-profile-file=%t.extbinary.afdo -sample-profile-remapping-file=%S/Inputs/r…
|
D | remap-2.ll | 1 …ple-profile -sample-profile-file=%S/Inputs/remap-2.prof -sample-profile-remapping-file=%S/Inputs/r… 2 ; Check profile remapping works for searching inline instance, searching
|
/external/python/apitools/apitools/base/py/ |
D | encoding_helper.py | 674 remapping = getter(message_type, python_name=python_name) 675 if remapping is not None and remapping != json_name: 678 mapping_type, python_name, remapping)) 679 remapping = getter(message_type, json_name=json_name) 680 if remapping is not None and remapping != python_name: 683 mapping_type, json_name, remapping))
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | VariableOptimizer.java | 123 boolean remapping = false; in visitCodeAttribute() 144 remapping = true; in visitCodeAttribute() 154 if (remapping) in visitCodeAttribute()
|
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
D | FusionOnTensors.cpp | 501 SmallVector<unsigned, 4> remapping(numFoldedDims.size() + 1, 0); in fuseWithReshapeByExpansion() local 505 remapping[numFoldedDim.index() + 1] = sum; in fuseWithReshapeByExpansion() 517 llvm::seq<unsigned>(remapping[pos], remapping[pos + 1])) { in fuseWithReshapeByExpansion() 522 AffineMap::get(remapping.back(), indexingMap.getNumSymbols(), newExprs, in fuseWithReshapeByExpansion() 581 SmallVector<StringRef, 4> iteratorTypes(remapping.back(), in fuseWithReshapeByExpansion() 620 for (unsigned foldedDim = remapping[i] + 1; foldedDim != remapping[i + 1]; in fuseWithReshapeByExpansion() 623 expandedDimsShape[i][foldedDim - remapping[i]]; in fuseWithReshapeByExpansion()
|
/external/e2fsprogs/tests/f_cloneblock_alloc_error/ |
D | name | 1 decrement badcount after remapping duplicate block
|
/external/llvm-project/llvm/test/Linker/ |
D | inlineasm.ll | 8 ; rdar://9776316 - type remapping needed for inline asm blobs.
|
/external/llvm/test/Linker/ |
D | inlineasm.ll | 8 ; rdar://9776316 - type remapping needed for inline asm blobs.
|
/external/tensorflow/tensorflow/python/compiler/tensorrt/ |
D | utils.py | 45 rewriter_config.remapping = off
|
/external/llvm-project/mlir/test/Conversion/SCFToGPU/ |
D | step_positive.mlir | 14 // Loop induction variable remapping:
|
/external/llvm-project/llvm/test/Transforms/PGOProfile/ |
D | remap.ll | 2 …sses=pgo-instr-use -pgo-test-profile-file=%t.profdata -pgo-test-profile-remapping-file=%S/Inputs/r…
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi_array_merge.h | 165 array_remapping *remapping);
|
/external/mesa3d/src/mesa/state_tracker/tests/ |
D | test_glsl_to_tgsi_array_merge.cpp | 878 vector<array_remapping>& remapping) const; 891 vector<array_remapping> remapping = { in TEST_F() local 936 run(code, expect, array_sizes, remapping); in TEST_F() 943 vector<array_remapping>& remapping) const in run() 950 program, &remapping[0]); in run()
|