Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_typed_visitor_int16.cc21 template class HloEvaluatorTypedVisitor<int16>; variable
Dhlo_evaluator_typed_visitor_uint32.cc21 template class HloEvaluatorTypedVisitor<uint32>; variable
Dhlo_evaluator_typed_visitor_uint16.cc21 template class HloEvaluatorTypedVisitor<uint16>; variable
Dhlo_evaluator_typed_visitor_uint64.cc21 template class HloEvaluatorTypedVisitor<uint64>; variable
Dhlo_evaluator_typed_visitor_int32.cc21 template class HloEvaluatorTypedVisitor<int32>; variable
Dhlo_evaluator_typed_visitor_half.cc21 template class HloEvaluatorTypedVisitor<Eigen::half, float>; variable
Dhlo_evaluator_typed_visitor_complex128.cc21 template class HloEvaluatorTypedVisitor<complex128>; variable
Dhlo_evaluator_typed_visitor_uint8.cc21 template class HloEvaluatorTypedVisitor<uint8>; variable
Dhlo_evaluator_typed_visitor_complex64.cc21 template class HloEvaluatorTypedVisitor<complex64>; variable
Dhlo_evaluator_typed_visitor_double.cc21 template class HloEvaluatorTypedVisitor<double>; variable
Dhlo_evaluator_typed_visitor_bool.cc21 template class HloEvaluatorTypedVisitor<bool>; variable
Dhlo_evaluator_typed_visitor_bfloat16.cc21 template class HloEvaluatorTypedVisitor<bfloat16, float>; variable
Dhlo_evaluator_typed_visitor_float.cc21 template class HloEvaluatorTypedVisitor<float>; variable
Dhlo_evaluator_typed_visitor_int64.cc21 template class HloEvaluatorTypedVisitor<int64>; variable
Dhlo_evaluator_typed_visitor_int8.cc21 template class HloEvaluatorTypedVisitor<int8>; variable
Dhlo_evaluator_typed_visitor.h119 explicit HloEvaluatorTypedVisitor(HloEvaluator* p) : parent_(p) {} in HloEvaluatorTypedVisitor() function