Searched refs:persistent_memory (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/ |
H A D | op_level_cost_estimator_test.cc | 682 EXPECT_EQ(cost.persistent_memory, 0); in TEST_F() 707 EXPECT_EQ(cost.persistent_memory, 0); in TEST_F() 728 EXPECT_EQ(cost.persistent_memory, 0); in TEST_F() 750 EXPECT_EQ(cost.persistent_memory, 0); in TEST_F() 773 EXPECT_EQ(cost.persistent_memory, 0); in TEST_F() 802 EXPECT_EQ(cost.persistent_memory, 0); in TEST_F() 838 EXPECT_EQ(cost.persistent_memory, 0); in TEST_F() 850 EXPECT_EQ(cost.persistent_memory, 0); in TEST_F() 896 EXPECT_EQ(cost.persistent_memory, 0); in TEST_F() 908 EXPECT_EQ(cost.persistent_memory, 0); in TEST_F() [all …]
|
H A D | cost_estimator.h | 149 int64_t persistent_memory; member 198 persistent_memory = kMemoryUnknown; in Costs() 211 costs.persistent_memory = kZeroMemory; in ZeroCosts()
|
H A D | virtual_scheduler_test.cc | 2625 EXPECT_EQ(64, c.persistent_memory); in TEST_F() 3193 node_costs.persistent_memory = node_one_cost; in TEST_F() 3208 int64_t persistent_memory = node_one_cost + persistent_memory_before; in TEST_F() local 3210 persistent_memory); in TEST_F() 3214 node_costs.persistent_memory = 0; in TEST_F() 3227 persistent_memory); in TEST_F() 3241 EXPECT_EQ(final_cost.persistent_memory, persistent_memory); in TEST_F()
|
H A D | op_performance_data.proto | 112 int64 persistent_memory = 4; field
|
H A D | analytical_cost_estimator.cc | 66 node->set_persistent_memory_size(node_costs.persistent_memory); in AddCostNode()
|
H A D | op_level_cost_estimator.h | 74 int64_t persistent_memory = 0; member
|
H A D | op_level_cost_estimator.cc | 681 costs.persistent_memory = node_costs.persistent_memory; in PredictCosts() 1950 node_costs->persistent_memory = CalculateOutputSize(op_info, &inaccurate); in PredictVariable()
|
H A D | virtual_scheduler.cc | 1215 critical_path_costs.persistent_memory = persistent_memory_usage; in Summary()
|
/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/grappler/costs/ |
D | op_performance_data.pb.h | 1118 ::int64_t persistent_memory() const; in Swap() 2325 inline ::int64_t OpPerformance_OpMemory::persistent_memory() const { in persistent_memory() function
|