Searched refs:ConstantFold (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | constant_folding_test.cc | 121 TF_ASSERT_OK(ConstantFold(ConstantFoldingOptions{}, nullptr, Env::Default(), in TEST_F() 171 ConstantFold(opt, nullptr, Env::Default(), nullptr, &g, &was_mutated)); in TEST_F() 200 ConstantFold(opts, nullptr, Env::Default(), nullptr, &g, &was_mutated)); in TEST_F() 228 TF_ASSERT_OK(ConstantFold(ConstantFoldingOptions{}, nullptr, Env::Default(), in TEST_F() 256 TF_ASSERT_OK(ConstantFold(ConstantFoldingOptions{}, nullptr, Env::Default(), in TEST_F() 289 ConstantFold(opts, nullptr, Env::Default(), nullptr, &g, &was_mutated)); in TEST_F() 324 TF_EXPECT_OK(ConstantFold(ConstantFoldingOptions{}, nullptr, Env::Default(), in TEST_F() 332 ConstantFold(opt, nullptr, Env::Default(), nullptr, &g, &was_mutated)); in TEST_F() 368 TF_EXPECT_OK(ConstantFold(ConstantFoldingOptions{}, nullptr, Env::Default(), in TEST_F() 401 TF_EXPECT_OK(ConstantFold(ConstantFoldingOptions{}, nullptr, Env::Default(), in TEST_F() [all …]
|
D | constant_folding.h | 63 Status ConstantFold(const ConstantFoldingOptions& opts,
|
D | graph_optimizer.cc | 71 ConstantFold(cf_opts, runtime, env, device, g, &was_mutated) in Optimize()
|
D | constant_folding.cc | 563 Status ConstantFold(const ConstantFoldingOptions& opts, in ConstantFold() function
|
D | function_test.cc | 1102 ConstantFold(opt, nullptr, Env::Default(), nullptr, &g, &was_mutated)); in GetConstantFoldingCounter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | CMakeLists.txt | 11 ConstantFold.cpp
|
/external/llvm/lib/IR/ |
D | CMakeLists.txt | 11 ConstantFold.cpp
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | fold_constants_lib.cc | 323 TF_RETURN_IF_ERROR(ConstantFold(cf_opts, nullptr, Env::Default(), nullptr, in FoldConstants()
|
/external/swiftshader/third_party/LLVM/ |
D | Android.mk | 367 lib/VMCore/ConstantFold.cpp \
|
D | Android.bp | 395 "lib/VMCore/ConstantFold.cpp",
|
D | BUILD.gn | 425 "lib/VMCore/ConstantFold.cpp",
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 4176 ConstantFold(Instruction *I, const DataLayout &DL, in ConstantFold() function 4232 } else if (Constant *C = ConstantFold(&*I, DL, ConstantPool)) { in GetCaseResults()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 4592 ConstantFold(Instruction *I, const DataLayout &DL, in ConstantFold() function 4644 } else if (Constant *C = ConstantFold(&I, DL, ConstantPool)) { in GetCaseResults()
|
/external/swiftshader/ |
D | CMakeLists.txt | 631 ${LLVM_DIR}/lib/VMCore/ConstantFold.cpp 1079 ${LLVM_DIR}/lib/IR/ConstantFold.cpp
|
/external/swiftshader/third_party/llvm-7.0/ |
D | Android.mk | 413 llvm/lib/IR/ConstantFold.cpp \
|
D | BUILD.gn | 925 "llvm/lib/IR/ConstantFold.cpp",
|