OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocation_will_be_logged
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/core/framework/
allocator.h
45
bool
allocation_will_be_logged
= false;
member in struct:tensorflow::AllocationAttributes
op_kernel.cc
221
attr.
allocation_will_be_logged
= true;
631
logged_attr.
allocation_will_be_logged
= true;
[
all
...]
tensor.cc
734
if (!allocation_attr.
allocation_will_be_logged
&& buf_ != nullptr &&
[
all
...]
tensor.h
93
/// allocation_attr.
allocation_will_be_logged
should be set to true
Completed in 985 milliseconds