OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HigherPrecisionElementType
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
shape_inference.cc
395
element_type = ShapeUtil::
HigherPrecisionElementType
(*shape, *arg_shape);
540
ShapeUtil::
HigherPrecisionElementType
(operand_shape, padding_value_shape),
703
ShapeUtil::
HigherPrecisionElementType
(lhs, rhs), dimensions, is_dynamic);
739
return ShapeUtil::MakeShape(ShapeUtil::
HigherPrecisionElementType
(lhs, rhs),
[
all
...]
/external/tensorflow/tensorflow/compiler/xla/
shape_util.h
267
static PrimitiveType
HigherPrecisionElementType
(const Shape& a,
[
all
...]
Completed in 170 milliseconds