Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc642 AttrValue attr_output_shape; in UpdateFunction() local
652 *attr_output_shape.mutable_shape() = proto; in UpdateFunction()
653 (*fun_node->mutable_attr())["shape"] = attr_output_shape; in UpdateFunction()
2268 AttrValue attr_output_shape; in AnnotateOutputShapes() local
2271 *attr_output_shape.mutable_list()->add_shape() = tensor_property.shape(); in AnnotateOutputShapes()
2273 (*node->mutable_attr())["_output_shapes"] = attr_output_shape; in AnnotateOutputShapes()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dlayout_optimizer.cc862 AttrValue attr_output_shape; in AddNodeTranspose() local
863 auto output_shape = attr_output_shape.mutable_list()->add_shape(); in AddNodeTranspose()
875 node->mutable_attr()->insert({"_output_shapes", attr_output_shape}); in AddNodeTranspose()