Home
last modified time | relevance | path

Searched defs:HloEvaluatorTypedVisitor (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_evaluator_typed_visitor_uint8.cc20 template class HloEvaluatorTypedVisitor<uint8_t>; variable
H A Dhlo_evaluator_typed_visitor_bfloat16.cc21 template class HloEvaluatorTypedVisitor<bfloat16, float>; variable
H A Dhlo_evaluator_typed_visitor_complex128.cc21 template class HloEvaluatorTypedVisitor<complex128>; variable
H A Dhlo_evaluator_typed_visitor_complex64.cc21 template class HloEvaluatorTypedVisitor<complex64>; variable
H A Dhlo_evaluator_typed_visitor_bool.cc21 template class HloEvaluatorTypedVisitor<bool>; variable
H A Dhlo_evaluator_typed_visitor_int8.cc20 template class HloEvaluatorTypedVisitor<int8_t>; variable
H A Dhlo_evaluator_typed_visitor_int16.cc20 template class HloEvaluatorTypedVisitor<int16_t>; variable
H A Dhlo_evaluator_typed_visitor_uint16.cc20 template class HloEvaluatorTypedVisitor<uint16_t>; variable
H A Dhlo_evaluator_typed_visitor_half.cc21 template class HloEvaluatorTypedVisitor<Eigen::half, float>; variable
H A Dhlo_evaluator_typed_visitor_uint32.cc20 template class HloEvaluatorTypedVisitor<uint32_t>; variable
H A Dhlo_evaluator_typed_visitor_int64.cc21 template class HloEvaluatorTypedVisitor<int64_t>; variable
H A Dhlo_evaluator_typed_visitor_double.cc21 template class HloEvaluatorTypedVisitor<double>; variable
H A Dhlo_evaluator_typed_visitor_uint64.cc21 template class HloEvaluatorTypedVisitor<uint64_t>; variable
H A Dhlo_evaluator_typed_visitor_float.cc21 template class HloEvaluatorTypedVisitor<float>; variable
H A Dhlo_evaluator_typed_visitor_int32.cc20 template class HloEvaluatorTypedVisitor<int32_t>; variable
H A Dhlo_evaluator.h254 friend class HloEvaluatorTypedVisitor; variable