Home
last modified time | relevance | path

Searched refs:scoped_allocator_opts (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dcollective_ops_test.py188 del rewrite_options.scoped_allocator_opts.enable_op[:]
189 rewrite_options.scoped_allocator_opts.enable_op.append('CollectiveReduce')
249 del rewrite_options.scoped_allocator_opts.enable_op[:]
250 rewrite_options.scoped_allocator_opts.enable_op.append('CollectiveReduce')
543 del rewrite_options.scoped_allocator_opts.enable_op[:]
544 rewrite_options.scoped_allocator_opts.enable_op.append('CollectiveReduce')
H A Dcollective_ops_xla_test.py44 del rewrite_options.scoped_allocator_opts.enable_op[:]
45 rewrite_options.scoped_allocator_opts.enable_op.append('CollectiveReduce')
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/protobuf/
Drewriter_config.pb.h1007 const ::tensorflow::ScopedAllocatorOptions& scoped_allocator_opts() const; in Swap()
1010 …d set_allocated_scoped_allocator_opts(::tensorflow::ScopedAllocatorOptions* scoped_allocator_opts); in Swap()
1016 ::tensorflow::ScopedAllocatorOptions* scoped_allocator_opts); in Swap()
2304 inline const ::tensorflow::ScopedAllocatorOptions& RewriterConfig::scoped_allocator_opts() const { in scoped_allocator_opts() function
2309 ::tensorflow::ScopedAllocatorOptions* scoped_allocator_opts) { in unsafe_arena_set_allocated_scoped_allocator_opts() argument
2313 _impl_.scoped_allocator_opts_ = scoped_allocator_opts; in unsafe_arena_set_allocated_scoped_allocator_opts()
2351 …:set_allocated_scoped_allocator_opts(::tensorflow::ScopedAllocatorOptions* scoped_allocator_opts) { in set_allocated_scoped_allocator_opts() argument
2356 if (scoped_allocator_opts) { in set_allocated_scoped_allocator_opts()
2358 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(scoped_allocator_opts); in set_allocated_scoped_allocator_opts()
2360 scoped_allocator_opts = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( in set_allocated_scoped_allocator_opts()
[all …]
Drewriter_config.pb.cc1100 …static const ::tensorflow::ScopedAllocatorOptions& scoped_allocator_opts(const RewriterConfig* msg…
1110 RewriterConfig::_Internal::scoped_allocator_opts(const RewriterConfig* msg) { in scoped_allocator_opts() function in tensorflow::RewriterConfig::_Internal
1817 InternalWriteMessage(16, _Internal::scoped_allocator_opts(this), in _InternalSerialize()
1818 _Internal::scoped_allocator_opts(this).GetCachedSize(), target, stream); in _InternalSerialize()
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dcollective_all_reduce_strategy.py757 del rewrite_options.scoped_allocator_opts.enable_op[:]
758 rewrite_options.scoped_allocator_opts.enable_op.append("CollectiveReduce")
H A Dcollective_all_reduce_strategy_test.py406 rewrite_options.scoped_allocator_opts.enable_op.append('to_be_removed')
422 new_rewrite_options.scoped_allocator_opts.enable_op)
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dmeta_optimizer.cc256 cfg_.scoped_allocator_opts())); in MakeNewOptimizer()
484 cfg_.scoped_allocator_optimization(), cfg_.scoped_allocator_opts())); in InitializeOptimizers()
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Drewriter_config.proto208 ScopedAllocatorOptions scoped_allocator_opts = 16; field
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dcontext.py1163 del rewrite_options.scoped_allocator_opts.enable_op[:]
1165 rewrite_options.scoped_allocator_opts.enable_op.append(op)
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dconfig_test.py857 new_rewrite_options.scoped_allocator_opts.enable_op)