Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_data.py122 shape = tensor_util.TensorShapeProtoToList(tensor_proto.tensor_shape)
/external/tensorflow/tensorflow/python/framework/
Dtensor_util.py207 def TensorShapeProtoToList(shape): function