HomeSort by relevance Sort by last modified time
    Searched defs:SameShape (Results 1 - 2 of 2) sorted by null

  /frameworks/ml/nn/common/
OperationsUtils.cpp 28 bool SameShape(const Shape& in1, const Shape& in2) {
192 if (SameShape(in1, in2)) {
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
algebraic_simplifier.cc 237 bool SameShape(const HloInstruction* lhs, const HloInstruction* rhs) const;
318 bool AlgebraicSimplifierVisitor::SameShape(const HloInstruction* lhs,
343 if (!SameShape(old_instruction, new_instruction)) {
    [all...]

Completed in 143 milliseconds