HomeSort by relevance Sort by last modified time
    Searched refs:SameElementTypeIgnoringFpPrecision (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
shape_inference.cc 416 if (!ShapeUtil::SameElementTypeIgnoringFpPrecision(*arg_shape, *shape)) {
544 if (!ShapeUtil::SameElementTypeIgnoringFpPrecision(operand_shape,
684 if (!ShapeUtil::SameElementTypeIgnoringFpPrecision(lhs, rhs)) {
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/
shape_util.h 220 static bool SameElementTypeIgnoringFpPrecision(const Shape& a,
236 CHECK(SameElementTypeIgnoringFpPrecision(a, b));
shape_util.cc 640 if (SameElementTypeIgnoringFpPrecision(lhs, rhs)) {
    [all...]

Completed in 93 milliseconds