Home
last modified time | relevance | path

Searched defs:change_format (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dmkl_layout_pass.cc2564 bool change_format) { in CopyAttrsAll()
2580 bool change_format) { in CopyAttrsAllCheckConstFilter()
2604 bool change_format) { in CopyAttrsConvCheckConstFilter()
2614 bool change_format) { in CopyAttrsConv()
2647 bool change_format) { in CopyAttrsFromPadAndConv2D()
2679 bool change_format) { in CopyAttrsFromPadAndFusedConv2D()
2719 bool change_format) { in CopyAttrsQuantizedConv2D()
2760 const Node* orig_node, NodeBuilder* nb, bool change_format) { in CopyAttrsQuantizedMatMulWithBiasAndDequantize()
2770 const Node* orig_node, NodeBuilder* nb, bool change_format) { in CopyAttrsQuantizedMatMulWithBias()
2795 const std::vector<int32>& dilations, bool change_format) { in CopyFormatAttrsConv()
[all …]
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/device/
Dqueue.rs114 pub fn change_format(&mut self) -> Result<FormatBuilder, GFmtError> { in change_format() function