Searched refs:copy_handle_data (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | handle_data_util.py | 29 def copy_handle_data(source_t, target_t): function
|
D | custom_gradient.py | 46 copy_handle_data = handle_data_util.copy_handle_data variable 430 copy_handle_data(ot, t)
|
D | list_ops.py | 147 handle_data_util.copy_handle_data(input_handle, output_handle) 210 handle_data_util.copy_handle_data(input_handle, output_handle)
|
D | cond_v2.py | 335 custom_gradient.copy_handle_data(external_t, internal_t)
|
D | while_v2.py | 1308 custom_gradient.copy_handle_data(src_t, tgt_t)
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | load.py | 368 custom_gradient.copy_handle_data(handle, internal_capture) 370 custom_gradient.copy_handle_data(bound_input, internal_capture)
|
/external/tensorflow/tensorflow/python/framework/ |
D | func_graph.py | 1144 custom_gradient.copy_handle_data(value, placeholder) 1231 custom_gradient.copy_handle_data(arg, placeholder)
|
/external/tensorflow/tensorflow/python/eager/ |
D | function.py | 610 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/ |
D | resource_variable_ops_test.py | 329 custom_gradient.copy_handle_data(v.handle, identity[1])
|
/external/tensorflow/tensorflow/python/ops/parallel_for/ |
D | pfor.py | 1579 custom_gradient.copy_handle_data(old_output, new_output) 3637 custom_gradient.copy_handle_data(original_tensor, result)
|