Home
last modified time | relevance | path

Searched refs:expected_call_count (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator_mgr.cc25 int32 expected_call_count) { in AddScopedAllocator() argument
45 backing_tensor, scope_id, scope_name, fields, expected_call_count, this); in AddScopedAllocator()
157 int32 expected_call_count) { in AddScopedAllocator() argument
160 expected_call_count); in AddScopedAllocator()
Dscoped_allocator_mgr.h37 int32 expected_call_count);
86 int32 expected_call_count);
Dscoped_allocator.cc23 int32 expected_call_count, in ScopedAllocator() argument
31 expected_call_count_(expected_call_count), in ScopedAllocator()
Dscoped_allocator.h48 int32 expected_call_count,
/external/tensorflow/tensorflow/core/kernels/
Dscoped_allocator_ops_test.cc42 const string& name, int32 id, int32 expected_call_count) { in MakeOp() argument
49 .Attr("expected_call_count", expected_call_count) in MakeOp()