Searched defs:py_data (Results 1 – 4 of 4) sorted by relevance
130 def _compare_scanners(py_data, c_data, verbose): argument169 def _compare_parsers(py_data, c_data, verbose): argument
106 Status GeneratorOp::PyRowToTensorRow(py::object py_data, TensorRow *tensor_row) { in PyRowToTensorRow()
1834 py::object TensorIndex::GetItemIndexInfo(const py::object &py_data, const py::object &py_index, in GetItemIndexInfo()2156 py::object TensorIndex::SetItemIndexInfo(const py::object &py_data, const py::object &py_index, in SetItemIndexInfo()
3530 auto py_data = ValueToPyData(element_value); in ReCheckLocalDict() local