Home
last modified time | relevance | path

Searched defs:output_structure (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dop_def_library_pybind.cc577 py::list& output_structure) { in ExtractOutputStructure()
625 py::list inputs, input_types, output_structure; in PYBIND11_MODULE() local
H A Dop_def_library.py350 output_structure): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/data/ops/
H A Dstructured_function.py284 def output_structure(self): member in StructuredFunctionWrapper