Home
last modified time | relevance | path

Searched refs:benefits (Results 1 – 25 of 167) sorted by relevance

1234567

/external/llvm-project/mlir/lib/Rewrite/
DPatternApplicator.cpp61 llvm::SmallDenseMap<const Pattern *, PatternBenefit> benefits; in applyCostModel() local
62 auto cmp = [&benefits](const Pattern *lhs, const Pattern *rhs) { in applyCostModel()
63 return benefits[lhs] > benefits[rhs]; in applyCostModel()
80 benefits.clear(); in applyCostModel()
82 benefits.try_emplace(pat, model(*pat)); in applyCostModel()
87 while (!list.empty() && benefits[list.back()].isImpossibleToMatch()) { in applyCostModel()
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DRetrieveTPUEmbeddingMDLAdagradLightParameters.pbtxt16 name: "benefits"
60 name: "benefits"
111 name: "benefits"
DLoadTPUEmbeddingMDLAdagradLightParameters.pbtxt16 name: "benefits"
60 name: "benefits"
111 name: "benefits"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DLoadTPUEmbeddingMDLAdagradLightParameters.pbtxt16 name: "benefits"
60 name: "benefits"
DRetrieveTPUEmbeddingMDLAdagradLightParameters.pbtxt16 name: "benefits"
60 name: "benefits"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_RetrieveTPUEmbeddingMDLAdagradLightParameters.pbtxt23 name: "benefits"
25 Parameter benefits updated by the MDL Adagrad Light optimization algorithm.
Dapi_def_LoadTPUEmbeddingMDLAdagradLightParameters.pbtxt23 name: "benefits"
25 Value of benefits used in the MDL Adagrad Light optimization algorithm.
Dapi_def_BroadcastTo.pbtxt46 However, `broadcast_to` does not carry with it any such benefits.
/external/llvm/test/CodeGen/X86/
Dvec_unsafe-fp-math.ll3 ; Make sure that vectors get the same benefits as scalars when using unsafe-fp-math.
/external/tensorflow/
DISSUES.md8 **Here's why we have this policy:** We want to focus on the work that benefits
DISSUE_TEMPLATE.md13 … TensorFlow developers respond to issues. We want to focus on work that benefits the whole communi…
/external/llvm-project/llvm/test/CodeGen/X86/
Dvec_unsafe-fp-math.ll4 ; Make sure that vectors get the same benefits as scalars when using unsafe-fp-math.
/external/iproute2/tipc/
DREADME23 All options are key-values. There are both drawbacks and benefits to this.
25 information might seem redundant. The main benefits is scalability and code
/external/webrtc/modules/third_party/fft/
DLICENSE24 * that everyone benefits.
/external/llvm/docs/tutorial/
DBuildingAJIT4.rst24 which reduces the benefits of laziness).**
/external/llvm-project/llvm/docs/tutorial/
DBuildingAJIT4.rst24 which reduces the benefits of laziness).**
/external/grpc-grpc/src/objective-c/
DREADME-CFSTREAM.md10 the benefits of resolving the issues above. We expect to make CFStream the default networking
/external/python/cpython2/Doc/library/
Ddistutils.rst36 For the benefits of packaging tool authors and users seeking a deeper
/external/python/cpython3/Doc/library/
Ddistutils.rst38 For the benefits of packaging tool authors and users seeking a deeper
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/task_library/
Doverview.md28 You can leverage all benefits the Task Library infrastructure provides and
/external/llvm-project/llvm/test/Transforms/IRCE/
Dempty_ranges.ll11 ; only duplicate code with no benefits.
/external/tensorflow/tensorflow/lite/g3doc/models/smart_reply/
Doverview.md31 The on-device model comes with several benefits. It is:
/external/llvm-project/llvm/docs/HistoricalNotes/
D2002-05-12-InstListChange.txt51 benefits, I think this is a very reasonable tradeoff.
/external/llvm/docs/HistoricalNotes/
D2002-05-12-InstListChange.txt51 benefits, I think this is a very reasonable tradeoff.
/external/llvm/test/CodeGen/ARM/
Ddwarf-unwind.ll7 ; registers in unwind info. Since there are benefits to aligned stores, it's

1234567