Home
last modified time | relevance | path

Searched defs:function_name (Results 1 – 25 of 116) sorted by relevance

12345

/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dgraph_test_utils.cc29 StringPiece function_name) { in MakeFilterNode()
42 StringPiece function_name) { in MakeMapAndBatchNode()
54 StringPiece function_name) { in MakeMapNode()
68 StringPiece function_name, bool sloppy) { in MakeParallelInterleaveNode()
84 StringPiece function_name, bool sloppy) { in MakeParallelMapNode()
/external/libchrome/base/
Dlocation.h52 const char* function_name() const { return function_name_; } in function_name() function
90 #define FROM_HERE_WITH_EXPLICIT_FUNCTION(function_name) \ argument
97 #define FROM_HERE_WITH_EXPLICIT_FUNCTION(function_name) \ argument
Dlocation.cc24 Location::Location(const char* function_name, in Location()
66 NOINLINE Location Location::CreateFromHere(const char* function_name, in CreateFromHere()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Delemental_ir_emitter.cc38 string function_name; in EmitAtan2() local
75 string function_name; in EmitTanh() local
Dir_function.cc44 IrFunction::IrFunction(const string& function_name, in IrFunction()
70 void IrFunction::Initialize(const string& function_name, in Initialize()
/external/tensorflow/tensorflow/python/autograph/core/
Dfunction_wrapping.py27 def function_scope(function_name): argument
Dnaming.py90 def function_name(self, original_fqn): member in Namer
/external/perfetto/protos/perfetto/trace/track_event/
Dtask_execution.proto37 optional string function_name = 3; field
/external/python/cpython2/Objects/stringlib/
Dfind.h108 stringlib_parse_args_finds(const char * function_name, PyObject *args, in stringlib_parse_args_finds()
156 stringlib_parse_args_finds_unicode(const char * function_name, PyObject *args, in stringlib_parse_args_finds_unicode()
/external/tensorflow/tensorflow/core/framework/
Dfunction.proto104 string function_name = 1; // The function name. field
Dfunction_handle_cache.cc35 const string& function_name, AttrSlice attrs, in Instantiate()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_api_info.cc167 const string& function_name = function.signature().name(); in Init() local
201 const string& function_name, std::vector<string>* other_functions) const { in GetEquivalentImplementations() argument
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcluster_function_library_runtime_test.cc59 Status Instantiate(const string& function_name, in Instantiate()
69 const string& function_name, const FunctionLibraryDefinition& lib_def, in InstantiateAndRun()
/external/autotest/client/cros/networking/chrome_testing/network_test_ext/
Dbackground.js23 Networking.prototype._setupFunctionCall = function(function_name) { argument
32 Networking.prototype._setResult = function(function_name, result_value) { argument
/external/webrtc/webrtc/base/
Dprofiler_unittest.cc35 const char* function_name = TestFunc(); in TEST() local
/external/v8/src/ic/
Dic-stats.cc84 char* function_name = shared->DebugName()->ToCString().release(); in GetOrCacheFunctionName() local
Dic-stats.h32 const char* function_name; member
/external/compiler-rt/lib/asan/
Dasan_suppressions.cc94 const char *function_name = cur->info.function; in IsStackTraceSuppressed() local
/external/scapy/scapy/layers/
Ddhcp.py313 function_name = "bootpd" variable in BOOTP_am
369 function_name="dhcpd" variable in DHCP_am
/external/v8/src/parsing/
Dpreparser.cc119 const AstRawString* function_name, FunctionKind kind, in PreParseFunction()
266 Identifier function_name, Scanner::Location function_name_location, in ParseFunctionLiteral()
/external/google-breakpad/src/common/linux/
Dlibcurl_wrapper.cc195 #define SET_AND_CHECK_FUNCTION_POINTER(var, function_name, type) \ argument
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc46 DistributedFunctionLibraryRuntime* parent, const string& function_name, in DistributedInit()
412 const string& function_name) { in ValidateNoListArguments()
478 Status GetGraphAndRets(const string& function_name, AttrSlice attrs, in GetGraphAndRets()
513 const string& function_name, AttrSlice attrs, in InstantiateMultiDevice()
806 const string& function_name, AttrSlice attrs, in Instantiate()
/external/v8/tools/clang/traffic_annotation_extractor/
Dtraffic_annotation_extractor.cpp59 std::string function_name; member
201 bool IsAPIFunction(const std::string& function_name) { in IsAPIFunction()
/external/google-breakpad/src/google_breakpad/processor/
Dstack_frame.h120 string function_name; member
/external/google-breakpad/src/processor/proto/
Dprocess_state.proto154 optional string function_name = 3; field

12345