Searched refs:SetValueInLiteral (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_parser.cc | 134 bool SetValueInLiteral(LocTy loc, int64 value, LinearOrMultiIndex index, 136 bool SetValueInLiteral(LocTy loc, double value, LinearOrMultiIndex index, 138 bool SetValueInLiteral(LocTy loc, bool value, LinearOrMultiIndex index, 140 bool SetValueInLiteral(LocTy loc, std::complex<double> value, 1974 bool HloParser::SetValueInLiteral(LocTy loc, int64 value, in SetValueInLiteral() function in xla::__anonc071bf1f0111::HloParser 2008 bool HloParser::SetValueInLiteral(LocTy loc, double value, in SetValueInLiteral() function in xla::__anonc071bf1f0111::HloParser 2027 bool HloParser::SetValueInLiteral(LocTy loc, bool value, in SetValueInLiteral() function in xla::__anonc071bf1f0111::HloParser 2039 bool HloParser::SetValueInLiteral(LocTy loc, std::complex<double> value, in SetValueInLiteral() function in xla::__anonc071bf1f0111::HloParser 2261 !SetValueInLiteral(loc, value, linear_index++, literal)) { in ParseDenseLiteral() 2290 if (!SetValueInLiteral(lexer_.GetLoc(), in ParseDenseLiteral() [all …]
|