- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ResetOutputValues (0.07 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_;
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Aug 09 01:06:53 GMT 2018 - 6K bytes - Click Count (0)