Home
last modified time | relevance | path

Searched defs:TensorShape (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.h36 class TensorShape; variable
Dtensor_shape.cc637 MAKE_SHAPE(int32, TensorShape) in MAKE_SHAPE() argument
/external/tensorflow/tensorflow/python/framework/
Dtensor_shape.py720 class TensorShape(object): class