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

  /external/clang/test/CodeGen/
visibility.c 26 // CHECK-DEFAULT-LABEL: define i32 @f_def()
29 // CHECK-PROTECTED-LABEL: define protected i32 @f_def()
32 // CHECK-HIDDEN-LABEL: define hidden i32 @f_def()
41 int f_def(void) { function
  /external/tensorflow/tensorflow/core/framework/
dataset.cc 146 const FunctionDef* f_def = flib_def->Find(function_name); local
147 if (f_def == nullptr) {
152 *def.add_function() = *f_def;
162 for (const NodeDef& node_def : f_def->node_def()) {
175 for (auto iter = f_def->attr().begin(); iter != f_def->attr().end(); iter++) {

Completed in 88 milliseconds