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() 157 int32 expected_call_count) { in AddScopedAllocator() argument 160 expected_call_count); in AddScopedAllocator()
|
D | scoped_allocator_mgr.h | 37 int32 expected_call_count); 86 int32 expected_call_count);
|
D | scoped_allocator.cc | 23 int32 expected_call_count, in ScopedAllocator() argument 31 expected_call_count_(expected_call_count), in ScopedAllocator()
|
D | scoped_allocator.h | 48 int32 expected_call_count,
|
/external/tensorflow/tensorflow/core/kernels/ |
D | scoped_allocator_ops_test.cc | 42 const string& name, int32 id, int32 expected_call_count) { in MakeOp() argument 49 .Attr("expected_call_count", expected_call_count) in MakeOp()
|