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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_dce_test.cc 188 auto called_computation = local
196 HloInstruction::CreateCall(shape, {param}, called_computation));
295 auto called_computation = local
303 HloInstruction::CreateCall(shape, {param}, called_computation));
call_graph_test.cc 167 HloComputation* called_computation = local
170 MakeCallingComputation(called_computation, /*callsites=*/3));
187 const CallGraphNode& called_node = call_graph->GetNode(called_computation);
188 EXPECT_EQ(called_computation, called_node.computation());
hlo_alias_analysis_test.cc 226 HloComputation* called_computation = local
235 scalar_shape_, {constant1, constant2}, called_computation));
265 HloComputation* called_computation = local
274 scalar_shape_, {constant1, constant2}, called_computation));
276 scalar_shape_, {call1, constant2}, called_computation));
    [all...]
hlo_dataflow_analysis_test.cc 257 HloComputation* called_computation = local
266 scalar_shape_, {constant1, constant2}, called_computation));
306 HloComputation* called_computation = local
315 scalar_shape_, {constant1, constant2}, called_computation));
317 scalar_shape_, {constant1, constant2}, called_computation));
360 HloComputation* called_computation = local
369 scalar_shape_, {constant1, constant2}, called_computation));
371 scalar_shape_, {call1, constant2}, called_computation));
    [all...]

Completed in 76 milliseconds