Home
last modified time | relevance | path

Searched refs:ConvertTensorShapeProto (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dconvert_attr.cc48 return ConvertTensorShapeProto(value.shape(), builder->getContext()); in ConvertNonFuncAttributeValue()
68 auto attr, ConvertTensorShapeProto(item, builder->getContext())); in ConvertNonFuncAttributeValue()
Dconvert_tensor.h52 StatusOr<mlir::Attribute> ConvertTensorShapeProto(const TensorShapeProto& shape,
Dconvert_tensor.cc218 StatusOr<mlir::Attribute> ConvertTensorShapeProto(const TensorShapeProto& shape, in ConvertTensorShapeProto() function