Home
last modified time | relevance | path

Searched refs:persistent_memory (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dop_level_cost_estimator_test.cc682 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 Dcost_estimator.h149 int64_t persistent_memory; member
198 persistent_memory = kMemoryUnknown; in Costs()
211 costs.persistent_memory = kZeroMemory; in ZeroCosts()
H A Dvirtual_scheduler_test.cc2625 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 Dop_performance_data.proto112 int64 persistent_memory = 4; field
H A Danalytical_cost_estimator.cc66 node->set_persistent_memory_size(node_costs.persistent_memory); in AddCostNode()
H A Dop_level_cost_estimator.h74 int64_t persistent_memory = 0; member
H A Dop_level_cost_estimator.cc681 costs.persistent_memory = node_costs.persistent_memory; in PredictCosts()
1950 node_costs->persistent_memory = CalculateOutputSize(op_info, &inaccurate); in PredictVariable()
H A Dvirtual_scheduler.cc1215 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/
Dop_performance_data.pb.h1118 ::int64_t persistent_memory() const; in Swap()
2325 inline ::int64_t OpPerformance_OpMemory::persistent_memory() const { in persistent_memory() function