Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A 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
/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/fuser/
H A Dcompiler.cpp254 std::vector<std::pair<const Value*, const TensorDesc>> flat_outputs; in compileKernel() local
/aosp_15_r20/external/mesa3d/src/asahi/lib/shaders/
H A Dgeometry.h174 uint64_t flat_outputs; member
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_io_to_vector.c426 bool flat_outputs[MAX_SLOTS] = { 0 }; in nir_lower_io_to_vector_impl() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/graph_executor/
H A Dgraph_executor.cc398 std::vector<tensorflow::Tensor> flat_outputs; in Run() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/saved_model/
H A Dsaved_model.cc828 std::vector<tensorflow::Tensor> flat_outputs; in RunMultipleSignatures() local
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A Dbase_layer.py2500 def _set_mask_keras_history_checked(self, flat_outputs): argument