Home
last modified time | relevance | path

Searched refs:IsSize (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dshape_optimizer.cc56 } else if (IsSize(node)) { in Optimize()
153 if (!IsSize(*input1.node) || !IsSize(*input2.node)) { in Optimize()
/external/tensorflow/tensorflow/core/grappler/
Dop_types.h171 bool IsSize(const NodeDef& node);
Dop_types.cc527 bool IsSize(const NodeDef& node) { return node.op() == "Size"; } in IsSize() function
/external/vixl/src/aarch32/
Ddisasm-aarch32.cc31187 (dt.IsSize(64) ? 64 in DecodeT32()
31217 (dt.IsSize(64) ? 64 in DecodeT32()
31247 (dt.IsSize(64) ? 64 in DecodeT32()
31277 (dt.IsSize(64) ? 64 in DecodeT32()
31466 (dt.IsSize(64) ? 64 in DecodeT32()
31503 (dt.IsSize(64) ? 0 : dt.GetSize()); in DecodeT32()
31532 (dt.IsSize(64) ? 0 : dt.GetSize()); in DecodeT32()
31563 imm6 - (dt.IsSize(64) ? 0 : dt.GetSize()); in DecodeT32()
31591 imm6 - (dt.IsSize(64) ? 0 : dt.GetSize()); in DecodeT32()
36321 (dt.IsSize(64) ? 64 in DecodeT32()
[all …]
Dinstructions-aarch32.h301 bool IsSize(uint32_t size) const { in IsSize() function
/external/tensorflow/tensorflow/core/ir/
Dtf_op_names.cc793 bool TFGraphDialect::IsSize(TFOp op) const { in IsSize() function in mlir::tfg::TFGraphDialect
Dtf_op_names.inc150 bool IsSize(TFOp op) const;
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc1729 } else if (IsSize(node)) { in MaybeUpdateNodeContextOutput()