Home
last modified time | relevance | path

Searched defs:func_names (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dgraph_node_util.cc60 auto func_names = in MergeDebugInfo() local
77 auto func_names = in MergeDebugInfo() local
Dgraph.cc358 const auto& func_names = experimental_debug_info.original_func_names(); in NodeDebugInfo() local
/external/tensorflow/tensorflow/compiler/mlir/tfrt/saved_model/
Dsaved_model.cc74 auto func_names = mlir::tf_saved_model::GetExportedNames(func); in MapFunctionSignaturesFromTFSavedModelMLIR() local
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_import.cc704 const std::vector<std::string>& func_names, in ConvertSubgraphIdxsToFunctionAttrs()
797 const std::vector<std::string>& func_names, in ConvertOp()
1169 const std::vector<std::string>& func_names, in ConvertSubgraph()
1461 std::vector<std::string> func_names; in FlatBufferToMlir() local
/external/tensorflow/tensorflow/core/platform/
Derrors.h454 const T& func_names) { in FormatOriginalNodeLocationForError()
/external/python/cpython2/Lib/test/
Dtest_heapq.py14 func_names = ['heapify', 'heappop', 'heappush', 'heappushpop', variable
/external/python/cpython3/Lib/test/
Dtest_heapq.py17 func_names = ['heapify', 'heappop', 'heappush', 'heappushpop', 'heapreplace', variable
Dtest_statistics.py189 func_names = ['_normal_dist_inv_cdf'] variable in TestModules
/external/tensorflow/tensorflow/c/
Dc_api_function_test.cc1332 std::vector<string> func_names = GetFuncNames(gdef); in TEST_F() local
1408 std::vector<string> func_names = GetFuncNames(gdef); in TEST_F() local
/external/tensorflow/tensorflow/python/framework/
Dops.py2647 def _set_func_list_attr(self, attr_name, func_names): argument