Home
last modified time | relevance | path

Searched defs:function_name (Results 1 – 25 of 163) 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.cc72 StringPiece function_name) { in MakeFilterNode()
85 StringPiece function_name) { in MakeMapAndBatchNode()
97 StringPiece function_name) { in MakeMapNode()
111 StringPiece function_name, bool sloppy) { in MakeParallelInterleaveV2Node()
130 StringPiece function_name, in MakeParallelInterleaveV4Node()
147 StringPiece function_name, bool sloppy) { in MakeParallelMapNode()
162 StringPiece function_name, in MakeParallelMapV2Node()
/external/perfetto/src/trace_processor/sqlite/
Dcreate_function_internal.cc79 base::StringView function_name = raw.substr(0, function_name_end); in ParseFunctionName() local
121 base::StringView function_name; in ParsePrototype() local
138 const std::string& function_name, in SqliteRetToStatus()
148 const std::string& function_name, in MaybeBindArgument()
Dcreate_function_internal.h51 std::string function_name; member
/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/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.h104 string function_name; member
/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/lite/delegates/gpu/cl/
Dprogram_cache.cc80 const std::string& code, const std::string& function_name, in GetOrCreateCLKernel()
103 const std::string& function_name, in GetOrCreateCLKernel()
113 const std::string& function_name, in GetKernel()
/external/perfetto/protos/perfetto/trace/track_event/
Dsource_location.proto30 optional string function_name = 3; field
/external/tensorflow/tensorflow/compiler/mlir/tfrt/benchmarks/
Dcwise_op_unary_benchmark.h56 llvm::StringRef mlir_input, llvm::StringRef function_name, in PrepareUnaryMlirBenchmark()
92 llvm::StringRef function_name, T scale, T offset, in TestUnaryMlirBenchmark()
120 llvm::StringRef function_name, T scale, T offset, in RunUnaryMlirBenchmark()
/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/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/tensorflow/tensorflow/core/data/
Drewrite_utils_test.cc45 absl::string_view function_name) { in GetMapNode()
/external/tensorflow/tensorflow/compiler/xla/python/
Dtraceback.h53 pybind11::str function_name; member
/external/pigweed/pw_assert/
Dfake_backend.cc46 const char* function_name, in pw_CaptureAssert()
/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/tensorflow/tensorflow/core/framework/
Dfunction_handle_cache.cc36 const string& function_name, AttrSlice attrs, in Instantiate()

1234567