Searched refs:custom_gradient (Results 1 – 19 of 19) sorted by relevance
23 from tensorflow.python.ops import custom_gradient43 @custom_gradient.custom_gradient
28 from tensorflow.python.ops import custom_gradient36 @custom_gradient.custom_gradient52 @custom_gradient.custom_gradient
36 from tensorflow.python.ops import custom_gradient137 @custom_gradient.custom_gradient176 @custom_gradient.custom_gradient188 @custom_gradient.custom_gradient1080 @custom_gradient.custom_gradient1106 @custom_gradient.custom_gradient1133 @custom_gradient.custom_gradient1248 @custom_gradient.custom_gradient1352 @custom_gradient.custom_gradient1455 @custom_gradient.custom_gradient
47 from tensorflow.python.ops import custom_gradient439 custom_gradient.copy_handle_data(func_graph_output, outputs[i])651 custom_gradient.copy_handle_data(func_graph_output, op.outputs[i])
42 from tensorflow.python.ops import custom_gradient866 @custom_gradient.custom_gradient883 @custom_gradient.custom_gradient903 @custom_gradient.custom_gradient919 @custom_gradient.custom_gradient948 @custom_gradient.custom_gradient983 @custom_gradient.custom_gradient987 @custom_gradient.custom_gradient1007 @custom_gradient.custom_gradient1037 @custom_gradient.custom_gradient[all …]
24 from tensorflow.python.ops.custom_gradient import custom_gradient
29 from tensorflow.python.ops import custom_gradient147 @custom_gradient.custom_gradient164 @custom_gradient.custom_gradient
80 def custom_gradient(f): function
37 from tensorflow.python.ops import custom_gradient932 custom_gradient.copy_handle_data(src_t, tgt_t)
135 from tensorflow.python.ops.custom_gradient import custom_gradient
70 @tfe.custom_gradient
44 from tensorflow.python.ops import custom_gradient353 @custom_gradient.custom_gradient589 @custom_gradient.custom_gradient
37 from tensorflow.python.ops import custom_gradient1507 @custom_gradient.custom_gradient
35 from tensorflow.python.ops import custom_gradient838 custom_gradient.copy_handle_data(value, placeholder)
41 from tensorflow.python.ops import custom_gradient606 @custom_gradient.custom_gradient
544 name: "custom_gradient"
1044 name: "custom_gradient"
2459 "ops/custom_gradient.py",
541 * Easily customize gradient computation with `tf.custom_gradient`.