Home
last modified time | relevance | path

Searched refs:backpropagate (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SoftmaxCrossEntropyWithLogits.pbtxt29 summary: "Computes softmax cross entropy cost and gradients to backpropagate."
Dapi_def_SparseSoftmaxCrossEntropyWithLogits.pbtxt28 summary: "Computes softmax cross entropy cost and gradients to backpropagate."
Dapi_def_StopGradient.pbtxt20 differentiating the energy function, the training must not backpropagate
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
DHeuristicSolver.h184 backpropagate(); in computeSolution()
550 void backpropagate() { in backpropagate() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h181 Solution backpropagate(GraphT& G, StackT stack) { in backpropagate() function
/external/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h179 Solution backpropagate(GraphT& G, StackT stack) { in backpropagate() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h294 S = backpropagate(G, reduce()); in solve()
/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h354 S = backpropagate(G, reduce()); in solve()
/external/tensorflow/tensorflow/contrib/eager/python/examples/nmt_with_attention/
Dnmt_with_attention.ipynb583 … "7. The final step is to calculate the gradients and apply it to the optimizer and backpropagate."
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md2298 backpropagate the gradient values for a pooling layer in a neural network.