Home
last modified time | relevance | path

Searched refs:record_operation (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dcustom_gradient.py248 tape_lib.record_operation(
294 tape_lib.record_operation(f.__name__, flat_result, input_tensors,
Dresource_variable_ops.py864 tape.record_operation(
/external/tensorflow/tensorflow/python/eager/
Dtape.py132 def record_operation(op_type, output_tensors, input_tensors, backward_function): function
Dfunction.py852 tape.record_operation(self._forward_function.signature.name, real_outputs,
890 tape.record_operation(self._inference_function.signature.name, outputs,
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py500 tape.record_operation("captured_value", [captured_tensor], [tensor],
Dops.py860 tape.record_operation("_copy", [new_tensor], [self], grad_fun)