Home
last modified time | relevance | path

Searched refs:remapping (Results 1 – 25 of 43) sorted by relevance

12

/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_GenerateVocabRemapping.pbtxt16 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
Dapi_def_LoadAndRemapMatrix.pbtxt20 `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/
Dgenerate_vocab_remapping_op.cc138 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()
Dload_and_remap_matrix_op.cc37 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/
Dcheckpoint_ops_test.py55 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/
DREADME-spirv-remap.txt10 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/
Dencoding.py673 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/
DVariableOptimizer.java123 boolean remapping = false; in visitCodeAttribute()
144 remapping = true; in visitCodeAttribute()
154 if (remapping) in visitCodeAttribute()
/external/e2fsprogs/tests/f_cloneblock_alloc_error/
Dname1 decrement badcount after remapping duplicate block
/external/swiftshader/third_party/LLVM/test/Linker/
Dinlineasm.ll8 ; rdar://9776316 - type remapping needed for inline asm blobs.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
Dinlineasm.ll8 ; rdar://9776316 - type remapping needed for inline asm blobs.
/external/llvm/test/Linker/
Dinlineasm.ll8 ; rdar://9776316 - type remapping needed for inline asm blobs.
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmeta_optimizer.cc129 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/
DTODO18 - Do smarter remapping. Right now we send everything onto tex coords 0-7.
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dclone-module.ll25 ; 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/
DMCJITDesignAndImplementation.rst140 When the client is finished remapping section addresses, it will call
141 MCJIT::finalizeObject to complete the remapping process.
/external/llvm/docs/
DMCJITDesignAndImplementation.rst140 When the client is finished remapping section addresses, it will call
141 MCJIT::finalizeObject to complete the remapping process.
/external/tensorflow/tensorflow/core/protobuf/
Drewriter_config.proto61 Toggle remapping = 14; field
/external/icu/icu4c/source/data/translit/
Dmy_Zawgyi.txt11 # characters or glyphs to some codepoints. In addition to character remapping,
/external/tensorflow/tensorflow/lite/python/
Dlite.py96 rewrite_options.remapping = _rewriter_config_pb2.RewriterConfig.OFF
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dtf_trt_integration_test_base.py91 rewriter_config.remapping = off
/external/swiftshader/third_party/SPIRV-Tools/
DCHANGES624 #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/
DCHANGES603 #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/
D3.1.rst390 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/
Dperf_data.proto525 // Whether address remapping was enabled.

12