Home
last modified time | relevance | path

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

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