Home
last modified time | relevance | path

Searched refs:MakeTensorIDList (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dgradients.cc263 std::vector<int64_t> MakeTensorIDList( in MakeTensorIDList() function
278 std::vector<int64_t> target_tensor_ids = MakeTensorIDList(targets); in ComputeGradient()
279 std::vector<int64_t> source_tensor_ids = MakeTensorIDList(sources); in ComputeGradient()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc2246 std::vector<int64_t> MakeTensorIDList(PyObject* tensors) { function
2626 std::vector<int64_t> input_ids = MakeTensorIDList(input_tensors);
2680 std::vector<int64_t> input_ids = MakeTensorIDList(input_tensors);
2731 std::vector<int64_t> input_ids = MakeTensorIDList(input_tensors);
2816 std::vector<int64_t> target_vec = MakeTensorIDList(target);
2820 std::vector<int64_t> sources_vec = MakeTensorIDList(sources);
3227 std::vector<int64_t> input_ids = MakeTensorIDList(inputs);