LostTech.TensorFlow : API Documentation

Type run_and_gather_logs_lib

Namespace tensorflow.tools.test.run_and_gather_logs_lib

Public static methods

string get_git_commit_sha()

object get_git_commit_sha_dyn()

object process_benchmarks(IEnumerable<object> log_files)

object process_benchmarks_dyn(object log_files)

object process_test_logs(string name, object test_name, IEnumerable<string> test_args, object benchmark_type, int start_time, double run_time, IEnumerable<object> log_files)

object process_test_logs_dyn(object name, object test_name, object test_args, object benchmark_type, object start_time, object run_time, object log_files)

ValueTuple<object, object> run_and_gather_logs(string name, object test_name, object test_args, object benchmark_type)

object run_and_gather_logs_dyn(object name, object test_name, object test_args, object benchmark_type)

Public properties

PythonFunctionContainer get_git_commit_sha_fn get;

PythonFunctionContainer MissingLogsError_fn get;

PythonFunctionContainer process_benchmarks_fn get;

PythonFunctionContainer process_test_logs_fn get;

PythonFunctionContainer run_and_gather_logs_fn get;