Home
last modified time | relevance | path

Searched defs:MakeShape (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dshape_inference.cc680 ShapeHandle InferenceContext::MakeShape( in MakeShape() function in tensorflow::shape_inference::InferenceContext
685 ShapeHandle InferenceContext::MakeShape( in MakeShape() function in tensorflow::shape_inference::InferenceContext
1316 ShapeHandle InferenceContext::ShapeManager::MakeShape( in MakeShape() function in tensorflow::shape_inference::InferenceContext::ShapeManager
H A Dtensor_util.cc427 Status MakeShape(const Tensor& shape, TensorShape* out) { in MakeShape() function
H A Dshape_inference_test.cc986 TEST_F(ShapeInferenceTest, MakeShape) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/
H A Dshape.go42 func MakeShape(shape ...int64) Shape { func
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dsymbolic_shapes_test.cc32 TensorShapeProto MakeShape(std::vector<int> dims) { in MakeShape() function in tensorflow::grappler::__anone7e16a270111::SymbolicShapesTest
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dshape_util.cc255 /* static */ Shape ShapeUtil::MakeShape(PrimitiveType element_type, in MakeShape() function in xla::ShapeUtil
266 /* static */ Shape ShapeUtil::MakeShape( in MakeShape() function in xla::ShapeUtil
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dop_def_library_pybind.cc135 inline std::string MakeShape(const py::handle& value, in MakeShape() function