Home
last modified time | relevance | path

Searched refs:RunComputation (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.cc108 TF_RETURN_IF_ERROR(heap.RunComputation(*entry_computation, in Run()
130 TF_RETURN_IF_ERROR(heap.RunComputation(computation, instruction_sequence, in Run()
148 TF_RETURN_IF_ERROR(heap.RunComputation(computation, instruction_sequence, in Run()
155 Status HeapSimulator::RunComputation( in RunComputation() function in xla::HeapSimulator
Dheap_simulator.h185 Status RunComputation(const HloComputation& computation,
/external/tensorflow/tensorflow/compiler/xla/tests/
Dexhaustive_op_test_utils.h210 return RunComputation(comp, {&literal});
219 return RunComputation(comp, lit_ptrs);
238 StatusOr<Literal> RunComputation(