Searched refs:ConvertTensorProto (Results 1 – 4 of 4) sorted by relevance
50 return ConvertTensorProto(value.tensor(), builder); in ConvertNonFuncAttributeValue()72 TF_ASSIGN_OR_RETURN(auto attr, ConvertTensorProto(item, builder)); in ConvertNonFuncAttributeValue()
34 StatusOr<mlir::ElementsAttr> ConvertTensorProto(const TensorProto& input_tensor,
171 StatusOr<ElementsAttr> ConvertTensorProto(const TensorProto& input_tensor, in ConvertTensorProto() function
294 StatusOr<mlir::ElementsAttr> ConvertTensorProto(const TensorProto& value) { in ConvertTensorProto() function in tensorflow::__anon014ec6670111::ImporterBase295 return ::tensorflow::ConvertTensorProto(value, &builder_); in ConvertTensorProto()3244 ConvertTensorProto(*value, &builder)); in CreateSavedModelIR()