Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc682 node_costs.num_nodes_with_unknown_shapes; in PredictCosts()
690 costs.num_ops_with_unknown_shapes = node_costs.num_nodes_with_unknown_shapes; in PredictCosts()
1640 node_costs->num_nodes_with_unknown_shapes = 1; in PredictDefaultNodeCosts()
1664 node_costs->num_nodes_with_unknown_shapes = 1; in PredictConv2D()
1678 node_costs->num_nodes_with_unknown_shapes = 1; in PredictConv2DBackpropInput()
1694 node_costs->num_nodes_with_unknown_shapes = 1; in PredictConv2DBackpropFilter()
1787 node_costs->num_nodes_with_unknown_shapes = 1; in PredictFusedConv2DBiasActivation()
1817 node_costs->num_nodes_with_unknown_shapes = 1; in PredictEinsum()
1863 node_costs->num_nodes_with_unknown_shapes = 1; in PredictSparseTensorDenseMatMul()
1900 node_costs->num_nodes_with_unknown_shapes = 1; in PredictIdentity()
[all …]
Dop_level_cost_estimator.h79 int64 num_nodes_with_unknown_shapes = 0; member