Merge pull request #45275 from nouiz:upstream_nvbug3180567
PiperOrigin-RevId: 348090921 Change-Id: I01f5f73f16e458f0f6ec6177133f66cbdc41f572
This commit is contained in:
commit
8a894275a4
@ -179,7 +179,7 @@ Status ConvBackpropComputeDimensionsV2XlaShapes(
|
||||
|
||||
} // anonymous namespace
|
||||
|
||||
absl::Span<const DataType> GetXlaConvTypes() {
|
||||
std::vector<DataType> GetXlaConvTypes() {
|
||||
return {DT_FLOAT, DT_BFLOAT16, DT_HALF, DT_DOUBLE};
|
||||
}
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace tensorflow {
|
||||
|
||||
// We don't support integers for convolutions, so we list the supported types
|
||||
// here.
|
||||
absl::Span<const DataType> GetXlaConvTypes();
|
||||
std::vector<DataType> GetXlaConvTypes();
|
||||
|
||||
// ConvOpAttrs contains all of the metadata necessary to specify a TF or XLA
|
||||
// convolution.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user