Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion.cc52 bool IsConstantValue(const HloValue& value) { in IsConstantValue() function
57 return IsConstantValue(value) || IsReadonlyEntryParameterValue(value); in ValueIsReadOnly()