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

  /external/tensorflow/tensorflow/core/grappler/optimizers/data/
graph_utils_test.cc 118 EXPECT_FALSE(ContainsGraphFunctionWithName("new_function", library));
119 FunctionDef* new_function = library.add_function(); local
120 SetUniqueGraphFunctionName("new_function", &library, new_function);
123 ContainsGraphFunctionWithName(new_function->signature().name(), library));
152 EXPECT_EQ(FindGraphFunctionWithName("new_function", library), -1);
153 FunctionDef* new_function = library.add_function(); local
154 SetUniqueGraphFunctionName("new_function", &library, new_function);
157 FindGraphFunctionWithName(new_function->signature().name(), library), -1)
211 FunctionDef* new_function = library.add_function(); local
    [all...]
  /development/vndk/tools/header-checker/src/diff/
abi_diff_wrappers.cpp 107 repr::FunctionIR new_function = *newp_; local
109 ReplaceTypeIdsWithTypeNames(new_types_, &new_function);
110 repr::FunctionDiffIR function_diff_ir(&old_function, &new_function);
  /external/compiler-rt/lib/interception/
interception_win.h 42 const char *function_name, uptr new_function,
interception_win.cc 841 const char *function_name, uptr new_function,
898 iat->u1.AddressOfData = new_function;
  /development/vndk/tools/header-checker/src/repr/protobuf/
converter.cpp 275 abi_dump::FunctionDecl *new_function = function_diff.mutable_new_(); local
276 if (old_function == nullptr || new_function == nullptr) {
282 *new_function = IRToProtobufConverter::ConvertFunctionIR(
  /development/vndk/tools/header-checker/src/repr/
ir_diff_representation.h 333 const FunctionIR *new_function)
334 : old_function_(old_function), new_function_(new_function) {}

Completed in 245 milliseconds