Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dhandle_data_util.py29 def copy_handle_data(source_t, target_t): function
Dcustom_gradient.py46 copy_handle_data = handle_data_util.copy_handle_data variable
430 copy_handle_data(ot, t)
Dlist_ops.py147 handle_data_util.copy_handle_data(input_handle, output_handle)
210 handle_data_util.copy_handle_data(input_handle, output_handle)
Dcond_v2.py335 custom_gradient.copy_handle_data(external_t, internal_t)
Dwhile_v2.py1308 custom_gradient.copy_handle_data(src_t, tgt_t)
/external/tensorflow/tensorflow/python/saved_model/
Dload.py368 custom_gradient.copy_handle_data(handle, internal_capture)
370 custom_gradient.copy_handle_data(bound_input, internal_capture)
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py1144 custom_gradient.copy_handle_data(value, placeholder)
1231 custom_gradient.copy_handle_data(arg, placeholder)
/external/tensorflow/tensorflow/python/eager/
Dfunction.py610 custom_gradient.copy_handle_data(func_graph_output, outputs[i])
756 custom_gradient.copy_handle_data(func_graph_output, op.outputs[i])
923 custom_gradient.copy_handle_data(output, gradient_placeholder)
1024 custom_gradient.copy_handle_data(capture, input_placeholder)
2189 custom_gradient.copy_handle_data(self.outputs[j], result[j])
/external/tensorflow/tensorflow/python/kernel_tests/
Dresource_variable_ops_test.py329 custom_gradient.copy_handle_data(v.handle, identity[1])
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dpfor.py1579 custom_gradient.copy_handle_data(old_output, new_output)
3637 custom_gradient.copy_handle_data(original_tensor, result)