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

  /external/tensorflow/tensorflow/compiler/xla/service/
while_loop_invariant_code_motion.cc 115 return ShapeUtil::TransposeIsBitcast(
layout_assignment_test.cc 571 EXPECT_TRUE(ShapeUtil::TransposeIsBitcast(transpose->operand(0)->shape(),
589 EXPECT_TRUE(ShapeUtil::TransposeIsBitcast(transpose->operand(0)->shape(),
    [all...]
algebraic_simplifier.cc 67 bool TransposeIsBitcast(const HloInstruction* transpose) {
70 return ShapeUtil::TransposeIsBitcast(operand->shape(), transpose->shape(),
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
ir_array.cc 199 ShapeUtil::TransposeIsBitcast(operand_shape, shape, dimension_mapping)) {
  /external/tensorflow/tensorflow/compiler/xla/
shape_util.h 525 static bool TransposeIsBitcast(
shape_util.cc     [all...]

Completed in 112 milliseconds