Home
last modified time | relevance | path

Searched refs:num_total_write_bytes (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.h65 int64 num_total_write_bytes() const { in num_total_write_bytes() function
69 return num_total_read_bytes() + num_total_write_bytes(); in num_bytes_accessed()
Dop_level_cost_estimator.cc672 node_costs.num_total_write_bytes(), op_context.op_info); in PredictCosts()