Home
last modified time | relevance | path

Searched refs:persistent_memory_size (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dcostmodel.h216 MemUsage() : temp_memory_size(0), persistent_memory_size(0) {} in MemUsage()
220 Bytes persistent_memory_size; member
H A Dcostmodel.cc320 return max_mem_usage_[id].persistent_memory_size; in PersistentMemorySize()
328 max_mem_usage_[id].persistent_memory_size = in RecordMemoryStats()
329 memory_stats.persistent_memory_size(); in RecordMemoryStats()
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_node.cc141 step_stat.memory_stats().persistent_memory_size()); in AddMemoryStats()
148 step_stat.memory_stats().persistent_memory_size()); in AddMemoryStats()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dvirtual_scheduler.cc1321 int64_t persistent_memory_size = 0; in GenerateRunMetadata() local
1323 persistent_memory_size = total_output_size; in GenerateRunMetadata()
1325 persistent_memory_size = persistent_output_size; in GenerateRunMetadata()
1327 mem_stats->set_persistent_memory_size(persistent_memory_size); in GenerateRunMetadata()
H A Dutils.cc342 cost_node->persistent_memory_size()); in CostGraphToOpPerformanceData()
H A Dvirtual_scheduler_test.cc3254 EXPECT_EQ(mem_stats.persistent_memory_size(), node_one_cost); in TEST_F()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dstep_stats.proto46 int64 persistent_memory_size = 3; field
H A Dcost_graph.proto51 int64 persistent_memory_size = 12; field
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/clusters/
H A Dsingle_machine_test.cc493 EXPECT_EQ(0, node.persistent_memory_size()); in TEST_F()
497 EXPECT_LE(4 * sizeof(int64_t), node.persistent_memory_size()); in TEST_F()
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/framework/
Dcost_graph.pb.h674 ::int64_t persistent_memory_size() const; in Swap()
1470 inline ::int64_t CostGraphDef_Node::persistent_memory_size() const { in persistent_memory_size() function
Dstep_stats.pb.h770 ::int64_t persistent_memory_size() const; in Swap()
1868 inline ::int64_t MemoryStats::persistent_memory_size() const { in persistent_memory_size() function