Home
last modified time | relevance | path

Searched defs:ComputeConstant (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
DSparsePropagation.h72 virtual LatticeVal ComputeConstant(Constant *C) { in ComputeConstant() function
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.cc183 StatusOr<Literal> Client::ComputeConstant(const XlaComputation& computation, in ComputeConstant() function in xla::Client
/external/pytorch/torch/csrc/jit/passes/onnx/
Dshape_type_inference.cpp1247 void ComputeConstant(Node* n, int opset_version) { in ComputeConstant() function