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

  /external/tensorflow/tensorflow/core/common_runtime/
optimization_registry_test.cc 73 const FunctionDef* GetFunctionDef(const string& func) const {
83 auto f1 = GetFunctionDef("XTimesTwo");
87 auto f2 = GetFunctionDef("WXPlusB");
  /external/tensorflow/tensorflow/c/
c_test_util.cc 364 bool GetFunctionDef(TF_Function* func, tensorflow::FunctionDef* func_def) {

Completed in 59 milliseconds