Searched refs:expected_call_count (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | scoped_allocator_mgr.cc | 25 int32 expected_call_count) { in AddScopedAllocator() argument 45 backing_tensor, scope_id, scope_name, fields, expected_call_count, this); in AddScopedAllocator() 156 int32 expected_call_count) { in AddScopedAllocator() argument 159 expected_call_count); in AddScopedAllocator()
|
D | scoped_allocator_mgr.h | 38 int32 expected_call_count); 87 int32 expected_call_count);
|
D | scoped_allocator.cc | 25 int32 expected_call_count, in ScopedAllocator() argument 33 expected_call_count_(expected_call_count), in ScopedAllocator()
|
D | scoped_allocator.h | 49 int32 expected_call_count,
|
/external/tensorflow/tensorflow/core/kernels/ |
D | scoped_allocator_ops_test.cc | 43 const string& name, int32 id, int32 expected_call_count) { in MakeOp() argument 50 .Attr("expected_call_count", expected_call_count) in MakeOp()
|