Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc385 AttrValue shape_attr_value; in SetArgShape() local
386 *shape_attr_value.mutable_list()->add_shape() = shape_proto; in SetArgShape()
387 n->AddAttr("_handle_shapes", shape_attr_value); in SetArgShape()