Home
last modified time | relevance | path

Searched defs:node_type (Results 1 – 25 of 65) sorted by relevance

123

/external/XNNPACK/src/subgraph/
Dvalidation.c15 enum xnn_status xnn_subgraph_check_xnnpack_initialized(enum xnn_node_type node_type) in xnn_subgraph_check_xnnpack_initialized()
24 enum xnn_status xnn_subgraph_check_input_node_id(enum xnn_node_type node_type, uint32_t input_id, s… in xnn_subgraph_check_input_node_id()
36 enum xnn_node_type node_type, in xnn_subgraph_check_nth_input_node_id()
51 enum xnn_node_type node_type, in xnn_subgraph_check_input_type_dense()
65 enum xnn_node_type node_type, in xnn_subgraph_check_nth_input_type_dense()
79 enum xnn_status xnn_subgraph_check_output_node_id(enum xnn_node_type node_type, uint32_t output_id,… in xnn_subgraph_check_output_node_id()
91 enum xnn_node_type node_type, in xnn_subgraph_check_output_type_dense()
105 enum xnn_node_type node_type, in xnn_subgraph_check_datatype_matches()
126 enum xnn_node_type node_type, in xnn_subgraph_check_datatype_matches_two_inputs()
153 enum xnn_status xnn_subgraph_check_output_min_max(enum xnn_node_type node_type, float output_min, f… in xnn_subgraph_check_output_min_max()
Deven-split.c401 enum xnn_node_type node_type) in check_output_value()
451 enum xnn_node_type node_type) in check_output_compute_type()
476 enum xnn_node_type node_type, in xnn_define_even_split_n()
Dconcatenate.c432 enum xnn_node_type node_type) in check_input_value()
480 enum xnn_node_type node_type) in check_input_compute_type()
505 enum xnn_node_type node_type, in xnn_define_concatenate_n()
Dglobal-average-pooling.c212 enum xnn_node_type node_type, in define_global_average_pooling_nd()
/external/ComputeLibrary/arm_compute/graph/nodes/
DEltwiseLayerNode.h84 static constexpr NodeType node_type = NodeType::EltwiseLayer; variable
117 static constexpr NodeType node_type = NodeType::UnaryEltwiseLayer; variable
DQuantizationLayerNode.h56 static constexpr NodeType node_type = NodeType::QuantizationLayer; variable
DFullyConnectedLayerNode.h103 static constexpr NodeType node_type = NodeType::FullyConnectedLayer; variable
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dnoop_elimination_test.cc38 NodeDef *MakeNode(StringPiece node_type, std::vector<int> params, in MakeNode()
53 NodeDef *MakeNonConstNode(StringPiece node_type, in MakeNonConstNode()
98 const string &node_type = std::get<0>(GetParam()); in TEST_P() local
140 const string &node_type = std::get<0>(GetParam()); in TEST_P() local
/external/tensorflow/tensorflow/core/util/
Dstats_calculator.cc162 const std::string& node_type = detail.type; in ComputeStatsByType() local
193 for (const auto& node_type : node_type_map_time) { in GetStatsByNodeType() local
217 const std::string node_type = entry.second.first; in GetStatsByNodeType() local
/external/arm-trusted-firmware/drivers/arm/ccn/
Dccn.c499 static unsigned int get_region_id_for_node(node_types_t node_type, in get_region_id_for_node()
574 void ccn_write_node_reg(node_types_t node_type, unsigned int node_id, in ccn_write_node_reg()
599 unsigned long long ccn_read_node_reg(node_types_t node_type, in ccn_read_node_reg()
/external/autotest/server/cros/multimedia/
Daudio_facade_adapter.py45 node_type=None, block_size=None): argument
87 def start_recording(self, data_format, node_type=None, block_size=None): argument
108 def stop_recording(self, node_type=None): argument
/external/autotest/client/cros/audio/
Dcras_utils.py315 def node_type_is_plugged(node_type, nodes_info): argument
490 def set_single_selected_output_node(node_type): argument
510 def set_single_selected_input_node(node_type): argument
624 def get_node_id_from_node_type(node_type, is_input): argument
664 def get_device_id_from_node_type(node_type, is_input): argument
/external/iproute2/rdma/
Ddev.c153 static const char *node_type_to_str(uint8_t node_type) in node_type_to_str()
167 uint8_t node_type; in dev_print_node_type() local
/external/autotest/client/common_lib/cros/cfm/
Dcras_input_node.py7 def __init__(self, node_id, node_name, gain, node_type, device_id, argument
Dcras_output_node.py7 def __init__(self, node_id, node_type, node_name, volume, device_id, argument
/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
Dmerge_densify.cc38 const std::string& node_type = node->operation.type; in ApplyToNode() local
/external/ComputeLibrary/src/graph/mutators/
DNodeExecutionMethodMutator.cpp49 void set_default_on_invalid_method(Graph &g, NodeType node_type, Setter &&setter) in set_default_on_invalid_method()
/external/autotest/client/cros/multimedia/
Daudio_facade.py214 def playback(self, file_path, data_format, blocking=False, node_type=None, argument
260 def start_recording(self, data_format, node_type=None, block_size=None): argument
308 def stop_recording(self, node_type=None): argument
/external/autotest/client/cros/chameleon/
Daudio_widget.py698 def start_recording(self, node_type=None, block_size=None): argument
716 def stop_recording(self, node_type=None): argument
853 def start_playback(self, path, blocking=False, node_type=None, argument
/external/skia/modules/skottie/utils/
DSkottieUtils.cpp48 void onEnterNode(const char node_name[], PropertyObserver::NodeType node_type) override { in onEnterNode()
56 void onLeavingNode(const char node_name[], PropertyObserver::NodeType node_type) override { in onLeavingNode()
/external/cronet/third_party/libxml/chromium/
Dxml_reader.cc226 bool XmlReader::GetTextFromNodeIfType(int node_type, std::string* content) { in GetTextFromNodeIfType()
/external/skia/modules/skottie/src/
DSkottieTest.cpp173 void onEnterNode(const char node_name[], PropertyObserver::NodeType node_type) override { in DEF_TEST()
180 void onLeavingNode(const char node_name[], PropertyObserver::NodeType node_type) override { in DEF_TEST()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_surfaceless.c228 const unsigned node_type = swrast ? DRM_NODE_PRIMARY : DRM_NODE_RENDER; in surfaceless_probe_device() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dilist_node.h214 using node_type = ilist_node_impl<OptionsT>; member
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_helpers.cc201 const string& node_type, Graph* graph, const DeviceSet& device_set, in ForConfigurationNodeMatchingType()

123