HomeSort by relevance Sort by last modified time
    Searched refs:ops_file (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/ops/compat/
update_ops_main.cc 36 const string& ops_file = compatibility.ops_file(); local
37 printf("Writing ops to %s...\n", ops_file.c_str());
38 TF_QCHECK_OK(WriteStringToFile(env, ops_file, compatibility.OpsString()));
op_compatibility_lib.h 41 const string& ops_file() const { return ops_file_; } function in class:tensorflow::OpCompatibilityLib
48 // Should match the contents of ops_file(). Run before calling

Completed in 521 milliseconds