/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/tensorflow/tensorflow/core/kernels/ |
D | generate_vocab_remapping_op.cc | 138 Tensor* remapping; in Compute() local 141 "remapping", TensorShape({num_new_vocab_}), &remapping)); in Compute() 147 OP_REQUIRES_OK(context, old_vocab_table->Find(context, tokens, remapping, in Compute() 151 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 | 55 remapping, num_present = gen_checkpoint_ops.generate_vocab_remapping( 63 self.assertAllEqual(expected_remapping, self.evaluate(remapping)) 68 remapping, num_present = gen_checkpoint_ops.generate_vocab_remapping( 76 self.assertAllEqual(expected_remapping, self.evaluate(remapping)) 81 remapping, num_present = gen_checkpoint_ops.generate_vocab_remapping( 89 self.assertAllEqual(expected_remapping, self.evaluate(remapping)) 94 remapping, num_present = gen_checkpoint_ops.generate_vocab_remapping( 104 self.assertAllEqual(expected_remapping, self.evaluate(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/python/apitools/apitools/base/py/ |
D | encoding.py | 673 remapping = getter(message_type, python_name=python_name) 674 if remapping is not None and remapping != json_name: 677 mapping_type, python_name, remapping)) 678 remapping = getter(message_type, json_name=json_name) 679 if remapping is not None and remapping != python_name: 682 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/e2fsprogs/tests/f_cloneblock_alloc_error/ |
D | name | 1 decrement badcount after remapping duplicate block
|
/external/swiftshader/third_party/LLVM/test/Linker/ |
D | inlineasm.ll | 8 ; rdar://9776316 - type remapping needed for inline asm blobs.
|
/external/swiftshader/third_party/llvm-7.0/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/core/grappler/optimizers/ |
D | meta_optimizer.cc | 129 MK_OPT("remap", new Remapper(cfg_.remapping())); in MakeNewOptimizer() 181 if (cfg_.remapping() != RewriterConfig::OFF) { in InitializeOptimizers() 182 optimizers->push_back(MakeUnique<Remapper>(cfg_.remapping())); in InitializeOptimizers() 688 rewrite_cfg.remapping() != RewriterConfig::OFF || in MetaOptimizerEnabled()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | TODO | 18 - Do smarter remapping. Right now we send everything onto tex coords 0-7.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | clone-module.ll | 25 ; it there also may cause an incorrect remapping of the call in a case of a
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | MCJITDesignAndImplementation.rst | 140 When the client is finished remapping section addresses, it will call 141 MCJIT::finalizeObject to complete the remapping process.
|
/external/llvm/docs/ |
D | MCJITDesignAndImplementation.rst | 140 When the client is finished remapping section addresses, it will call 141 MCJIT::finalizeObject to complete the remapping process.
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | rewriter_config.proto | 61 Toggle remapping = 14; field
|
/external/icu/icu4c/source/data/translit/ |
D | my_Zawgyi.txt | 11 # characters or glyphs to some codepoints. In addition to character remapping,
|
/external/tensorflow/tensorflow/lite/python/ |
D | lite.py | 96 rewrite_options.remapping = _rewriter_config_pb2.RewriterConfig.OFF
|
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/ |
D | tf_trt_integration_test_base.py | 91 rewriter_config.remapping = off
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | CHANGES | 624 #782: Inliner: Fix remapping of non-label forward references in callee 625 #787: Inliner: Fix remapping of inlined entry block when called from 627 #790: Inliner: Fix remapping of inlined entry block when callee has
|
/external/deqp-deps/SPIRV-Tools/ |
D | CHANGES | 603 #782: Inliner: Fix remapping of non-label forward references in callee 604 #787: Inliner: Fix remapping of inlined entry block when called from 606 #790: Inliner: Fix remapping of inlined entry block when callee has
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.1.rst | 390 remapping is turned-on by default but can be disabled with the *fix_imports* 549 * The automatic name remapping in the pickle module for protocol 2 or lower can
|
/external/perf_data_converter/src/quipper/ |
D | perf_data.proto | 525 // Whether address remapping was enabled.
|