Home
last modified time | relevance | path

Searched refs:ComputeConstant (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DSparsePropagation.h71 virtual LatticeVal ComputeConstant(Constant *C) { in ComputeConstant() function
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h72 virtual LatticeVal ComputeConstant(Constant *C) { in ComputeConstant() function
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.h191 StatusOr<Literal> ComputeConstant(
Dclient.cc184 StatusOr<Literal> Client::ComputeConstant(const XlaComputation& computation, in ComputeConstant() function in xla::Client
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_expression.cc135 client->ComputeConstant(constant_graph, &layout)); in ResolveConstant()
Dxla_expression_test.cc88 client_->ComputeConstant(computation)); in TEST_F()
/external/llvm/lib/Analysis/
DSparsePropagation.cpp61 LV = LatticeFunc->ComputeConstant(C); in getOrInitValueState()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DSparsePropagation.cpp60 LV = LatticeFunc->ComputeConstant(C); in getOrInitValueState()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcompute_constant_test.cc77 client->ComputeConstant(subgraph, output_layout)); in ComputeConstantLiteral()