Home
last modified time | relevance | path

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

1234567

/external/webrtc/rtc_base/
Dlocation.h30 Location(const char* function_name, const char* file_name, int line_number) in Location()
36 const char* function_name() const { return function_name_; } in function_name() function
54 #define RTC_FROM_HERE_WITH_FUNCTION(function_name) \ argument
/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/core/grappler/optimizers/data/
Dgraph_test_utils.cc57 StringPiece function_name) { in MakeFilterNode()
70 StringPiece function_name) { in MakeMapAndBatchNode()
82 StringPiece function_name) { in MakeMapNode()
96 StringPiece function_name, bool sloppy) { in MakeParallelInterleaveV2Node()
112 StringPiece function_name, bool sloppy) { in MakeParallelMapNode()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Delemental_ir_emitter.cc39 string function_name; in EmitAtan2() local
76 string function_name; in EmitTanh() local
/external/tpm2-tss/script/
Dgen_fuzz.py137 def gen_complete(function, function_name, args): argument
157 def gen_prepare(function, function_name, args): argument
/external/tensorflow/tensorflow/compiler/tf2xla/
Dresource_util.cc85 const Node& n, const absl::optional<std::string>& function_name, in PropagateFromStackOrTensorArraySourceOp()
100 const Node& n, const absl::optional<std::string>& function_name, in PropagateFromArgOp()
184 const Node& n, const absl::optional<std::string>& function_name, in PropagateThroughCallOp()
254 const Graph* graph, const absl::optional<std::string>& function_name, in AnalyzeResourceUsage()
Dresource_util.h44 NodeInfo(const absl::optional<std::string>& function_name, in NodeInfo()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dinline_partitionedcall.cc37 const GraphDef& graph, absl::string_view function_name) { in GetFunctionByNameFromLibrary()
75 const std::string function_name = in InlinePartitionedCall() local
/external/tensorflow/tensorflow/core/common_runtime/
Dplacer.cc134 Placer::Placer(Graph* graph, const string& function_name, in Placer()
146 Placer::Placer(Graph* graph, const string& function_name, in Placer()
151 Placer::Placer(Graph* graph, const string& function_name, in Placer()
Dplacer_inspection_required_ops_utils.h106 string function_name; member
/external/perfetto/protos/perfetto/trace/track_event/
Dsource_location.proto30 optional string function_name = 3; field
/external/tensorflow/tensorflow/core/platform/
Dstack_frame.h27 std::string function_name; member
/external/perfetto/src/profiling/symbolizer/
Dsymbolizer.h28 std::string function_name; member
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-inconsistent-declaration-parameter-name-macros.cpp39 #define DECLARE_FUNCTION_WITH_PARAM_NAME(function_name, param_name) \ argument
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dprogram_cache.cc60 const std::string& code, const std::string& function_name, in GetOrCreateCLKernel()
79 const std::string& function_name, in GetOrCreateCLKernel()
/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/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/pigweed/pw_assert/
Dfake_backend.cc46 const char* function_name, in pw_CaptureAssert()
/external/llvm-project/openmp/runtime/test/ompt/misc/
Dapi_calls_places.c9 void print_list(char *function_name, int size, int list[]) { in print_list()
/external/tensorflow/tensorflow/compiler/xla/python/
Dtraceback.h52 pybind11::str function_name; member
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compile_op_impl.cc45 NameAttrList function_name; in CreateNonMlirImpl() local
/external/perfetto/src/android_internal/
Dlazy_library_loader.cc68 const char* function_name = sep ? sep + 1 : name; in LazyLoadFunction() local
/external/tensorflow/tensorflow/core/framework/
Dfunction.proto124 string function_name = 1; // The function name. field
Dfunction_handle_cache.cc37 const string& function_name, AttrSlice attrs, in Instantiate()

1234567