Searched refs:input_ndarrays (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/signal/ |
D | test_util.py | 72 def evaluate_tflite_model(tflite_model, input_ndarrays): argument 92 if len(input_details) != len(input_ndarrays): 95 input_ndarrays, input_details, output_details)) 96 for input_tensor, data in zip(input_details, input_ndarrays):
|
/external/tensorflow/tensorflow/python/client/ |
D | tf_session_helper.cc | 349 const std::vector<PyObject*>& input_ndarrays, in TF_SessionRun_wrapper_helper() argument 355 DCHECK_EQ(inputs.size(), input_ndarrays.size()); in TF_SessionRun_wrapper_helper() 378 for (PyObject* ndarray : input_ndarrays) { in TF_SessionRun_wrapper_helper() 436 const std::vector<PyObject*>& input_ndarrays, in TF_SessionRun_wrapper() argument 442 input_ndarrays, outputs, targets, run_metadata, in TF_SessionRun_wrapper() 526 const std::vector<PyObject*>& input_ndarrays, in TF_SessionPRun_wrapper() argument 533 inputs, input_ndarrays, outputs, targets, in TF_SessionPRun_wrapper()
|
D | tf_session_helper.h | 150 const std::vector<PyObject*>& input_ndarrays, 183 const std::vector<PyObject*>& input_ndarrays,
|
D | tf_session_wrapper.cc | 419 std::vector<PyObject*> input_ndarrays; in PYBIND11_MODULE() local 441 input_ndarrays.push_back(value); in PYBIND11_MODULE() 448 input_ndarrays, outputs, targets, in PYBIND11_MODULE() 471 std::vector<PyObject*> input_ndarrays; in PYBIND11_MODULE() local 493 input_ndarrays.push_back(value); in PYBIND11_MODULE() 499 tensorflow::TF_SessionPRun_wrapper(session, handle, inputs, input_ndarrays, in PYBIND11_MODULE()
|