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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_dce_test.cc 239 body_builder.AddInstruction(HloInstruction::CreateInfeed(shape, ""));
while_loop_simplifier_test.cc 177 HloInstruction::CreateInfeed(ShapeUtil::MakeShape(F32, {1}), "config"));
hlo_instruction.h 303 static std::unique_ptr<HloInstruction> CreateInfeed(const Shape& shape,
    [all...]
layout_assignment_test.cc 699 false_builder.AddInstruction(HloInstruction::CreateInfeed(xshape, ""));
    [all...]
hlo_instruction.cc 395 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateInfeed(
    [all...]
buffer_assignment_test.cc     [all...]
user_computation.cc     [all...]
  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_parser.cc     [all...]

Completed in 144 milliseconds