Home
last modified time | relevance | path

Searched defs:output_port (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dgraph_transfer_info.proto15 int32 output_port = 2; field
H A Dnode_def_util.cc555 int output_port, DataType* output_type) { in OutputTypeForNode()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dmutable_graph_view.cc785 const auto remove_edge = [this](const OutputPort& output_port, in UpdateFanoutsInternal()
786 const InputPort& input_port) { in UpdateFanoutsInternal()
827 const OutputPort output_port = edge.src; in UpdateFanoutsInternal() local
H A Dmutable_graph_view_test.cc49 MutableGraphView::OutputPort output_port = in CompareNodeFanins() local
1186 MutableGraphView::OutputPort output_port = in CheckFanoutRemoved() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dshape_refiner.cc273 Status ShapeRefiner::SetShape(const Node* node, int output_port, in SetShape()
/aosp_15_r20/external/tensorflow/tensorflow/python/grappler/
H A Dauto_mixed_precision_test.py357 def _assert_output_f16(self, mode, node_map, node_name, output_port=0): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dauto_mixed_precision.cc1911 GraphView::OutputPort output_port(&node, 0); in ForceColorMatchOnRecurrentEdges() local
2233 for (auto output_port : output_ports) { in ChangeTypeAttrsAndAddCasts() local
H A Dgeneric_layout_optimizer_transposer.cc139 bool IsHostMemory(const NodeDef& node, int output_port) { in IsHostMemory()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dgraph_properties.cc1132 Status SetUnknownShape(const NodeDef* node, int output_port) { in SetUnknownShape()
1936 for (const int output_port : it->second) { in InferShapes() local
/aosp_15_r20/external/tcpdump/
H A Dprint-openflow-1.0.c1290 uint16_t type, alen, output_port; in of10_actions_print() local
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/framework/
Dgraph_transfer_info.pb.h1644 inline ::int32_t GraphTransferNodeInput::output_port() const { in output_port() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_nodes.cc883 const NodeDef& node_def, int output_port, in ConvertToTensorOrWeights()
H A Dconvert_nodes_test.cc312 int output_port, in ConvertToTensorOrWeights()