OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SameElementTypeIgnoringFpPrecision
(Results
1 - 6
of
6
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emission_utils.cc
73
ShapeUtil::
SameElementTypeIgnoringFpPrecision
(input_shape, kernel_shape));
/external/tensorflow/tensorflow/compiler/xla/service/
shape_inference.cc
373
if (!ShapeUtil::
SameElementTypeIgnoringFpPrecision
(*arg_shape, *shape)) {
502
if (!ShapeUtil::
SameElementTypeIgnoringFpPrecision
(operand_shape,
625
if (!ShapeUtil::
SameElementTypeIgnoringFpPrecision
(lhs, rhs)) {
[
all
...]
hlo_verifier.h
139
? ShapeUtil::
SameElementTypeIgnoringFpPrecision
(a, b)
hlo_verifier.cc
278
ShapeUtil::
SameElementTypeIgnoringFpPrecision
(shape_0,
[
all
...]
/external/tensorflow/tensorflow/compiler/xla/
shape.cc
137
!ShapeUtil::
SameElementTypeIgnoringFpPrecision
(lhs, rhs)) ||
shape_util.h
256
static bool
SameElementTypeIgnoringFpPrecision
(const Shape& a,
272
CHECK(
SameElementTypeIgnoringFpPrecision
(a, b));
[
all
...]
Completed in 140 milliseconds