Home
last modified time | relevance | path

Searched defs:linear_node (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dfrozen_concat_linear.cpp91 Node* linear_node = nullptr; in mergeLinearLayers() local
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dquantize_nodes.cc572 for (const NodeDef& linear_node : linear_nodes) { in HoistFakeQuants() local
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dquantization.py1972 linear_node, input_index, dtype, input_dim_exceeds_two, input_contiguous argument
/aosp_15_r20/external/executorch/backends/xnnpack/runtime/
H A DXNNCompiler.cpp674 auto linear_node = node->xnode_union_as_XNNFullyConnected(); in isQP8() local