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

  /external/tensorflow/tensorflow/compiler/xla/
shape_util_test.cc 646 ShapeUtil::ReshapeIsBitcast(
657 EXPECT_TRUE(ShapeUtil::ReshapeIsBitcast(
663 EXPECT_FALSE(ShapeUtil::ReshapeIsBitcast(
676 EXPECT_TRUE(ShapeUtil::ReshapeIsBitcast(input, aligned_shape.value()));
683 EXPECT_TRUE(ShapeUtil::ReshapeIsBitcast(input, aligned_shape.value()));
695 EXPECT_TRUE(ShapeUtil::ReshapeIsBitcast(input, aligned_shape.value()));
shape_util.h 531 static bool ReshapeIsBitcast(const Shape& input_shape,
535 // ShapeUtil::ReshapeIsBitcast(input_shape, output_shape_with_layout) returns
shape_util.cc     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
while_loop_invariant_code_motion.cc 120 return ShapeUtil::ReshapeIsBitcast(
layout_assignment.cc     [all...]
algebraic_simplifier.cc 79 bool ReshapeIsBitcast(
87 return ShapeUtil::ReshapeIsBitcast(operand->shape(), reshape->shape()) &&
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
ir_array.cc 164 ShapeUtil::ReshapeIsBitcast(input_shape, output_shape)) {

Completed in 241 milliseconds