Home
last modified time | relevance | path

Searched defs:flat_outputs (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_io_to_vector.c386 bool flat_outputs[MAX_SLOTS] = {0}; in nir_lower_io_to_vector_impl() local
/external/tensorflow/tensorflow/python/eager/
Dfunction.py734 def record(self, flat_outputs, inference_args, input_tangents): argument
1191 def record(self, flat_outputs, inference_args, input_tangents): argument
1382 def record(self, flat_outputs): argument
/external/tensorflow/tensorflow/core/tfrt/graph_executor/
Dgraph_executor.cc398 std::vector<tensorflow::Tensor> flat_outputs; in Run() local
/external/tensorflow/tensorflow/core/tfrt/saved_model/
Dsaved_model.cc828 std::vector<tensorflow::Tensor> flat_outputs; in RunMultipleSignatures() local
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer.py2500 def _set_mask_keras_history_checked(self, flat_outputs): argument