Skip to content

Latest commit

 

History

History
19 lines (5 loc) · 620 Bytes

ClassPartialTensorShapeUtils.md

File metadata and controls

19 lines (5 loc) · 620 Bytes

class tensorflow::PartialTensorShapeUtils

Static helper routines for PartialTensorShape. Includes a few common predicates on a partially known tensor shape.

###Member Details

string tensorflow::PartialTensorShapeUtils::PartialShapeListString(const gtl::ArraySlice< PartialTensorShape > &shapes) {#string_tensorflow_PartialTensorShapeUtils_PartialShapeListString}

bool tensorflow::PartialTensorShapeUtils::AreCompatible(const gtl::ArraySlice< PartialTensorShape > &shapes0, const gtl::ArraySlice< PartialTensorShape > &shapes1) {#bool_tensorflow_PartialTensorShapeUtils_AreCompatible}