Home
last modified time | relevance | path

Searched defs:lhs_literal (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_test.cc724 auto lhs_literal = LiteralUtil::CreateR2FromArray2D<float>(*lhs_array); in TEST_P() local
764 auto lhs_literal = LiteralUtil::CreateR1<float>({1, 2, 3}); in TEST_P() local
808 auto lhs_literal = LiteralUtil::CreateR2FromArray2D<float>(*lhs_array); in TEST_P() local
851 auto lhs_literal = LiteralUtil::CreateR4FromArray4D<float>(*lhs_array); in TEST_P() local
895 auto lhs_literal = LiteralUtil::CreateR3FromArray3D<float>(lhs_array); in TEST_P() local
952 auto lhs_literal = LiteralUtil::CreateR4FromArray4D<float>(lhs_array); in TEST_P() local
1028 auto lhs_literal = LiteralUtil::CreateR4FromArray4D<float>(input); in TEST_P() local
1109 auto lhs_literal = LiteralUtil::CreateR4FromArray4D<float>(input); in TEST_P() local
1174 auto lhs_literal = LiteralUtil::CreateR4FromArray4D<float>(lhs_array); in TEST_P() local
1238 auto lhs_literal = LiteralUtil::CreateR4FromArray4D<float>(lhs_array); in TEST_P() local
[all …]
Dhlo_evaluator_typed_visitor.h1046 const Literal& lhs_literal = parent_->GetEvaluatedLiteralFor(lhs); in HandleConvolution() local
1249 const Literal& lhs_literal = parent_->GetEvaluatedLiteralFor(lhs); in HandleDot() local
1290 const Literal& lhs_literal = parent_->GetEvaluatedLiteralFor(lhs); in HandleDotSlowPath() local
2953 const Literal& lhs_literal = parent_->GetEvaluatedLiteralFor(lhs); in ElementWiseBinaryOp() local
2979 const Literal& lhs_literal = parent_->GetEvaluatedLiteralFor(lhs); in ElementwiseTernaryOp() local
Dhlo_evaluator.cc60 LiteralSlice lhs_literal, LiteralSlice rhs_literal) { in Compare()
108 LiteralSlice lhs_literal, in Compare()
140 LiteralSlice lhs_literal, in Compare()
681 const Literal& lhs_literal = GetEvaluatedLiteralFor(lhs); in HandleCompare() local
/external/tensorflow/tensorflow/compiler/xla/
Dreference_util.cc481 auto lhs_literal = LiteralUtil::CreateR4FromArray4D<float>(lhs); in ConvArray4DGeneralDimensionsDilated() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Darray_elementwise_ops_test.cc228 Literal lhs_literal = LiteralUtil::CreateR1<uint64>({lhs}); in XLA_TEST_F() local
268 Literal lhs_literal = LiteralUtil::CreateR1<int64>({lhs}); in XLA_TEST_F() local
300 Literal lhs_literal = LiteralUtil::CreateR1<uint64>({lhs}); in XLA_TEST_F() local