Home
last modified time | relevance | path

Searched defs:node (Results 1051 – 1075 of 8398) sorted by relevance

1...<<41424344454647484950>>...336

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/fsys/
Dfsys.go87 type node struct { struct
88 actualFilePath string // empty if a directory
89 children map[string]*node // path element → file or directory
92 func (n *node) isDir() bool {
96 func (n *node) isDeleted() bool {
/aosp_15_r20/external/lua/src/
H A Dlobject.h686 #define setnodekey(L,node,obj) \ argument
693 #define getnodekey(L,obj,node) \ argument
718 Node *node; member
728 #define keytt(node) ((node)->u.key_tt) argument
729 #define keyval(node) ((node)->u.key_val) argument
731 #define keyisnil(node) (keytt(node) == LUA_TNIL) argument
732 #define keyisinteger(node) (keytt(node) == LUA_VNUMINT) argument
733 #define keyival(node) (keyval(node).i) argument
734 #define keyisshrstr(node) (keytt(node) == ctb(LUA_VSHRSTR)) argument
735 #define keystrval(node) (gco2ts(keyval(node).gc)) argument
[all …]
/aosp_15_r20/external/executorch/backends/arm/
H A Dtosa_utils.py34 def dbg_node(node): argument
72 def dbg_fail(node, tosa_graph, path): argument
141 def is_bias_node_for_quantized_conv(node): argument
149 def is_consumer_node_depthwise_conv2d(node): argument
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/core/
H A Dtf_saved_model_api.cc119 int node, const TrackableObjectGraph::TrackableObject& trackable) { in RestoreCheckpoint()
178 absl::optional<int> node = in GetFunction() local
220 int node = signatures_iter->second; in GetSignatureDefFunction() local
235 absl::optional<int> node = in GetVariable() local
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/hlsl/
H A DRewriteExpressionsWithShaderStorageBlock.cpp139 TIntermTyped *node, in insertInitStatementAndReturnTempSymbol()
151 TIntermBinary *node) in visitBinary()
259 TIntermAggregate *node) in visitAggregate()
335 bool RewriteExpressionsWithShaderStorageBlockTraverser::visitUnary(Visit visit, TIntermUnary *node) in visitUnary()
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/
H A Dqual_names.py224 def visit_Name(self, node): argument
229 def visit_Attribute(self, node): argument
236 def visit_Subscript(self, node): argument
259 def resolve(node): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tensorflow_graph_matching/
H A Dresolve_svdf.cc54 for (const NodeDef* node : cluster_nodes) { in FilterPartitionedConstNodes() local
82 for (const NodeDef* node : nodes_) { in InferFilterRank() local
120 for (const std::unique_ptr<tensorflow::NodeDef>& node : new_nodes_) { in CreateNodes() local
255 const NodeDef& node, const GraphDef& graph_def) const { in CreateCluster() argument
/aosp_15_r20/frameworks/native/vulkan/libvulkan/
H A Ddebug_report.cpp41 Node* node, in RemoveCallback()
64 const Node* node = &head_; in Message() local
132 auto node = callbacks.AddCallback( in CreateDebugReportCallbackEXT() local
156 auto node = callbacks.FromHandle(callback); in DestroyDebugReportCallbackEXT() local
/aosp_15_r20/external/mesa3d/src/mesa/vbo/
H A Dvbo_save_draw.c108 const struct vbo_save_vertex_list *node) in playback_copy_to_current()
171 const struct vbo_save_vertex_list *node = in vbo_save_playback_vertex_list_loopback() local
197 const struct vbo_save_vertex_list *node, in vbo_save_playback_vertex_list_gallium()
337 const struct vbo_save_vertex_list *node = in vbo_save_playback_vertex_list() local
/aosp_15_r20/external/perfetto/ui/src/frontend/
H A Dtrack_panel.ts50 readonly node: TrackNode; property
71 const {trackRenderer, node} = this.attrs; constant
83 node, constant
174 const {trackRenderer: tr, node} = this.attrs; constant
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dcert_errors.cc88 for (const CertError &node : nodes_) { in ToDebugString() local
97 for (const CertError &node : nodes_) { in ContainsErrorWithSeverity() local
111 for (const CertError &node : nodes_) { in ContainsAnyErrorWithSeverity() local
181 for (const CertError &node : errors->nodes_) { in FindSingleHighSeverityError() local
/aosp_15_r20/external/gemmlowp/profiling/
H A Dprofiler.h176 void PrintNode(const Node* node, int level) const { in PrintNode()
188 static void AddStackToNode(const ProfilingStack& stack, Node* node, in AddStackToNode()
214 void AddOtherChildrenToNode(Node* node) { in AddOtherChildrenToNode()
231 void SortNode(Node* node) { in SortNode()
/aosp_15_r20/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c298 struct listnode *node; in adev_get_stream_out_by_io_handle_l() local
310 struct listnode *node; in adev_get_stream_in_by_io_handle_l() local
322 struct listnode *node; in adev_get_stream_out_by_patch_handle_l() local
334 struct listnode *node; in adev_get_stream_in_by_patch_handle_l() local
576 struct listnode *node; in stream_standby_l() local
588 struct listnode *node, *temp; in stream_clear_devices() local
639 struct listnode *node; in stream_dump_alsa_devices() local
801 struct listnode *node; in start_output_stream() local
842 struct listnode* node; in out_write() local
1759 struct listnode *node; in adev_create_audio_patch() local
[all …]
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Derror.c30 void *ctxt, xmlNodePtr node, in xmlVSetError()
115 void *ctxt, xmlNodePtr node, in xmlSetError()
135 void *ctxt, xmlNodePtr node, in xmlVUpdateError()
422 xmlNodePtr node; in xmlFormatError() local
688 xmlNode *node, int domain, int code, xmlErrorLevel level, in xmlVRaiseError()
771 xmlNode *node, int domain, int code, xmlErrorLevel level, in __xmlRaiseError()
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/
H A Dngrams.cc69 inline bool OutputIsTensor(TfLiteNode* node) { return NumOutputs(node) == 1; } in OutputIsTensor()
70 inline int NumRowSplits(TfLiteNode* node) { in NumRowSplits()
83 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
121 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dsparse_to_dense.cc142 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
201 TfLiteStatus SparseToDenseImpl(TfLiteContext* context, TfLiteNode* node) { in SparseToDenseImpl()
238 TfLiteStatus EvalForIndexType(TfLiteContext* context, TfLiteNode* node, in EvalForIndexType()
256 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
H A Dbatch_matmul.cc126 TfLiteStatus InitializeTemporaries(TfLiteContext* context, TfLiteNode* node, in InitializeTemporaries()
294 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
445 TfLiteStatus EvalHybrid(TfLiteContext* context, TfLiteNode* node, OpData* data, in EvalHybrid()
619 TfLiteStatus EvalQuantized(TfLiteContext* context, TfLiteNode* node, in EvalQuantized()
664 TfLiteTensor* GetTempRhs(TfLiteContext* context, TfLiteNode* node, in GetTempRhs()
679 TfLiteTensor* GetTempLhs(TfLiteContext* context, TfLiteNode* node, in GetTempLhs()
706 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/arm/board/arm_fpga/
Dfpga_bl31_setup.c164 int node, err; in fpga_get_system_frequency() local
222 int node, err; in fpga_dtb_update_clock() local
369 int node = fdt_node_offset_by_compatible(fdt, 0, in fpga_prepare_dtb() local
379 int node = fdt_node_offset_by_compatible(fdt, 0, in fpga_prepare_dtb() local
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/msl/
H A DRewriteInterpolants.cpp30 bool visitDeclaration(Visit, TIntermDeclaration *node) override in visitDeclaration()
72 bool visitAggregate(Visit visit, TIntermAggregate *node) override in visitAggregate()
140 void visitSymbol(TIntermSymbol *node) override in visitSymbol()
160 auto checkSkip = [](TIntermNode *node, TIntermNode *parentNode) { in visitSymbol()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A DTraceTypeManual.cpp24 jit::Node* node = graph->create(jit::aten::expand_as, /*num_outputs=*/1); in copy_() local
86 torch::jit::Node* node = nullptr; in detach() local
107 torch::jit::Node* node = nullptr; in detach_() local
163 Node* node = nullptr; in general_trace_function() local
/aosp_15_r20/system/libufdt/
H A Dufdt_node_pool.c134 void *node) { in _ufdt_node_pool_block_free()
189 void *node = _ufdt_node_pool_block_alloc(block); in ufdt_node_pool_alloc() local
201 struct ufdt_node_pool *pool, void *node) { in _ufdt_node_pool_search_block()
218 void ufdt_node_pool_free(struct ufdt_node_pool *pool, void *node) { in ufdt_node_pool_free()
/aosp_15_r20/external/trusty/arm-trusted-firmware/tools/sptool/
Dsp_mk_generator.py96 def get_file_from_layout(node): argument
102 def get_offset_from_layout(node): argument
108 def get_image_offset(node): argument
112 def get_pm_offset(node): argument
/aosp_15_r20/external/arm-trusted-firmware/plat/arm/board/arm_fpga/
H A Dfpga_bl31_setup.c163 int node, err; in fpga_get_system_frequency() local
221 int node, err; in fpga_dtb_update_clock() local
368 int node = fdt_node_offset_by_compatible(fdt, 0, in fpga_prepare_dtb() local
378 int node = fdt_node_offset_by_compatible(fdt, 0, in fpga_prepare_dtb() local
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_function.cc39 Status ValidateNonRefOutput(const Node* node, int idx) { in ValidateNonRefOutput()
58 Node* node = inputs[i].oper ? &inputs[i].oper->node : nullptr; in ProcessInputs() local
94 Node* node = outputs[i].oper ? &outputs[i].oper->node : nullptr; in ProcessOutputs() local
117 for (const Node* node : fn_body->graph.op_nodes()) { in ComputeBodyNodes() local
138 const Node* node = &opers[i]->node; in ComputeBodyNodes() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dgrappler_item_builder.cc119 GrapplerItem* new_item, NodeDef* node) { in UpdatePlaceholderShape()
315 for (const auto& node : nodes.node_list().value()) { in GrapplerItemFromMetaGraphDef() local
460 for (const auto& node : inits.node_list().value()) { in GrapplerItemFromMetaGraphDef() local
542 for (const string& node : collection.node_list().value()) { in GrapplerItemFromMetaGraphDef() local
653 for (const auto& node : new_item->graph.node()) { in GrapplerItemFromMetaGraphDef() local

1...<<41424344454647484950>>...336