Searched defs:ComputeConstant (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DSparsePropagation.h70 /// ComputeConstant - Given a constant value, compute and return a lattice
72 virtual LatticeVal ComputeConstant(Constant *C) { function in class:llvm::AbstractLatticeFunction
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DSparsePropagation.h69 /// ComputeConstant - Given a constant value, compute and return a lattice
71 virtual LatticeVal ComputeConstant(Constant *C) { function in class:llvm::AbstractLatticeFunction
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dservice.cc1198 tensorflow::Status Service::ComputeConstant(const ComputeConstantRequest* arg, function in class:xla::Service
1221 "Operand to ComputeConstant depends on a parameter.\n\n"
/external/tensorflow/tensorflow/compiler/xla/client/
H A Dcomputation_builder.cc1159 StatusOr<std::unique_ptr<Literal>> ComputationBuilder::ComputeConstant( function in class:xla::ComputationBuilder
1177 Status s = client_->stub()->ComputeConstant(&request, &response);
1184 VLOG(3) << "ComputeConstant: {" << response.DebugString() << "}";
1188 "no computed literal in the provided response in ComputeConstant "

Completed in 804 milliseconds