Searched defs:Computation (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/
H A Dcomputation.cc24 Computation::Computation() : parent_(nullptr) {} function in class:xla::Computation
26 Computation::Computation(ServiceInterface* parent, function in class:xla::Computation
30 Computation::Computation(Computation&& computation) function in class:xla::Computation
35 void Computation::Reset() {
40 StatusOr<std::unique_ptr<SessionModule>> Computation::Snapshot() const {
50 Computation
[all...]
H A Dcomputation.h30 // Wraps a ComputationHandle protobuf with a lifetime. Computation is
33 class Computation { class in namespace:xla
35 // Creates a null Computation.
36 Computation();
41 Computation(ServiceInterface* parent, const ComputationHandle& handle);
43 Computation(Computation&& computation);
46 ~Computation();
48 Computation& operator=(Computation
[all...]
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dservice.cc179 tensorflow::Status Service::Computation(const ComputationRequest* arg, function in class:xla::Service
369 VLOG(1) << "Computation handles:";

Completed in 116 milliseconds