- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for output_values_ (0.04 seconds)
-
tensorflow/c/c_test_util.h
TF_Tensor* output_tensor(int i) { return output_values_[i]; } TF_Session* mutable_session() { return session_; } private: void DeleteInputValues(); void ResetOutputValues(); TF_Session* session_; std::vector<TF_Output> inputs_; std::vector<TF_Tensor*> input_values_; std::vector<TF_Output> outputs_; std::vector<TF_Tensor*> output_values_; std::vector<TF_Operation*> targets_; };
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Thu Aug 09 01:06:53 GMT 2018 - 6K bytes - Click Count (0)