| /external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
| D | noop_elimination_test.cc | 38 NodeDef *MakeUnaryNode(StringPiece node_type, int count, string input_node, in MakeUnaryNode() 46 NodeDef *MakeUnaryNonConstNode(StringPiece node_type, string input_node, in MakeUnaryNonConstNode() 83 const string &node_type = std::get<0>(GetParam()); in TEST_P() local 123 const string &node_type = std::get<0>(GetParam()); in TEST_P() local
|
| /external/tensorflow/tensorflow/core/util/ |
| D | stats_calculator.cc | 165 const std::string& node_type = detail.type; in ComputeStatsByType() local 196 for (const auto& node_type : node_type_map_time) { in GetStatsByNodeType() local 220 const std::string node_type = entry.second.first; in GetStatsByNodeType() local
|
| /external/autotest/server/cros/multimedia/ |
| D | audio_facade_adapter.py | 45 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/ |
| D | cras_utils.py | 291 def node_type_is_plugged(node_type, nodes_info): argument 465 def set_single_selected_output_node(node_type): argument 485 def set_single_selected_input_node(node_type): argument 599 def get_node_id_from_node_type(node_type, is_input): argument 639 def get_device_id_from_node_type(node_type, is_input): argument
|
| /external/autotest/client/common_lib/cros/cfm/ |
| D | cras_input_node.py | 7 def __init__(self, node_id, node_name, gain, node_type, device_id, argument
|
| D | cras_output_node.py | 7 def __init__(self, node_id, node_type, node_name, volume, device_id, argument
|
| /external/arm-trusted-firmware/drivers/arm/ccn/ |
| D | ccn.c | 499 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/iproute2/rdma/ |
| D | dev.c | 153 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/cros/multimedia/ |
| D | audio_facade_native.py | 214 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/ |
| D | audio_widget.py | 698 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/adhd/cras/src/server/ |
| D | cras_empty_iodev.c | 172 enum CRAS_NODE_TYPE node_type) in empty_iodev_create()
|
| D | cras_loopback_iodev.c | 317 enum CRAS_NODE_TYPE node_type; in loopback_iodev_create() local
|
| /external/mesa3d/src/egl/drivers/dri2/ |
| D | platform_surfaceless.c | 228 const unsigned node_type = swrast ? DRM_NODE_PRIMARY : DRM_NODE_RENDER; in surfaceless_probe_device() local
|
| /external/abseil-cpp/absl/container/internal/ |
| D | btree_container.h | 64 using node_type = typename Tree::node_handle_type; variable 231 using node_type = typename super_type::node_type; variable 537 using node_type = typename super_type::node_type; variable
|
| /external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
| D | btree_container.h | 64 using node_type = typename Tree::node_handle_type; variable 231 using node_type = typename super_type::node_type; variable 537 using node_type = typename super_type::node_type; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | ilist_node.h | 214 using node_type = ilist_node_impl<OptionsT>; member
|
| /external/llvm-project/llvm/include/llvm/ADT/ |
| D | ilist_node.h | 214 using node_type = ilist_node_impl<OptionsT>; member
|
| /external/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
| D | distributed_tpu_rewrite_helpers.cc | 201 const string& node_type, Graph* graph, const DeviceSet& device_set, in ForConfigurationNodeMatchingType()
|
| /external/libtextclassifier/abseil-cpp/absl/container/internal/ |
| D | btree_container.h | 64 using node_type = typename Tree::node_handle_type; variable 231 using node_type = typename super_type::node_type; variable 532 using node_type = typename super_type::node_type; variable
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
| D | btree_container.h | 64 using node_type = typename Tree::node_handle_type; variable 231 using node_type = typename super_type::node_type; variable 532 using node_type = typename super_type::node_type; variable
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| D | ilist_node.h | 205 typedef ilist_node_impl<OptionsT> node_type; typedef
|
| /external/angle/third_party/abseil-cpp/absl/container/internal/ |
| D | btree_container.h | 66 using node_type = typename Tree::node_handle_type; variable 255 using node_type = typename super_type::node_type; variable 551 using node_type = typename super_type::node_type; variable
|
| /external/openscreen/third_party/abseil/src/absl/container/internal/ |
| D | btree_container.h | 65 using node_type = typename Tree::node_handle_type; variable 254 using node_type = typename super_type::node_type; variable 551 using node_type = typename super_type::node_type; variable
|
| /external/tensorflow/tensorflow/core/grappler/optimizers/ |
| D | auto_mixed_precision.cc | 512 const NodeTypeId& node_type = node_type_attrs_.at(node_type_idx); in InitializeFromGraph() local 1170 bool IsFloat32(const NodeTypeId& node_type) { in IsFloat32() 1414 const NodeTypeId* node_type = in GetTensorListFloat32NodeTypeId() local 1796 const NodeTypeId& node_type = *GetTensorListFloat32NodeTypeId(*node); in ForceColorMatchBetweenTensorListOps() local 1814 const NodeTypeId& node_type = *graph_type_view_.GetNode(node_type_idx); in ForceColorMatchBetweenTensorListOps() local 1853 NodeTypeId node_type(node, TypeAttrId("DstT")); in MakeCastsAllowIfAllOutputsAllow() local
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | remote_fused_graph_execute_utils.cc | 1202 const RemoteFusedGraphNodeType node_type = in FuseRemoteGraphByPlacedArguments() local 1463 const RemoteFusedGraphNodeType node_type, const int port, const int index, in BuildNodeTypeAttr() 1470 const RemoteFusedGraphNodeType node_type, const int port, const int index) { in BuildNodeTypeAttr() 1475 const RemoteFusedGraphNodeType node_type) { in BuildNodeTypeAttr()
|