Home
last modified time | relevance | path

Searched refs:allocation_description (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor_description.proto5 import "tensorflow/core/framework/allocation_description.proto";
23 AllocationDescription allocation_description = 4; field
Dstep_stats.proto5 import "tensorflow/core/framework/allocation_description.proto";
Dtensor.cc69 AllocationDescription allocation_description; in GetAllocatedBytes() local
70 FillAllocationDescription(&allocation_description); in GetAllocatedBytes()
71 if (allocation_description.allocated_bytes() > 0) { in GetAllocatedBytes()
72 *out_bytes = allocation_description.allocated_bytes(); in GetAllocatedBytes()
DBUILD118 "allocation_description.proto",
1438 srcs = ["allocation_description.proto"],
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.cc118 .allocation_description() in AddMemoryStats()
121 .allocation_description() in AddMemoryStats()
124 output.tensor_description().allocation_description().ptr(); in AddMemoryStats()
/external/tensorflow/tensorflow/lite/micro/
Drecording_micro_allocator.cc118 const char* allocation_description) const { in PrintRecordedAllocation()
127 allocation.count, allocation_description); in PrintRecordedAllocation()
Drecording_micro_allocator.h104 const char* allocation_description) const;
/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc357 .allocation_description() in BuildCostModel()
363 .allocation_description() in BuildCostModel()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_memory.cc185 .allocation_description() in InferFromTrace()
Dutils.cc452 .allocation_description() in GetStatsStringFromRunMetadata()
/external/tensorflow/tensorflow/python/client/
Dtimeline.py511 allocation = output.tensor_description.allocation_description
/external/tensorflow/tensorflow/core/graph/
Dcostmodel.cc121 no.tensor_description().allocation_description().requested_bytes(); in MergeFromStats()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc293 tot += no.tensor_description().allocation_description().requested_bytes(); in DetailText()
/external/tensorflow/tensorflow/core/
DBUILD193 "//tensorflow/core/framework:allocation_description.proto",
/external/tensorflow/tensorflow/python/kernel_tests/
Dcontrol_flow_ops_py_test.py1962 output.tensor_description.allocation_description.ptr)