Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_context.cc68 const std::function<TensorShape(const TensorShape&, DataType)>* in XlaContext()
/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.h36 class TensorShape; variable
Dtensor_shape.cc533 MAKE_SHAPE(int32, TensorShape) in MAKE_SHAPE() argument
/external/tensorflow/tensorflow/python/framework/
Dtensor_shape.py403 class TensorShape(object): class