Home
last modified time | relevance | path

Searched defs:AddDimWithStatus (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.cc411 Status TensorShapeBase<Shape>::AddDimWithStatus(int64 size) { in AddDimWithStatus() function in tensorflow::TensorShapeBase
Dtensor_shape_test.cc209 TEST(TensorShapeTest, AddDimWithStatus) { in TEST() argument