Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dshape_optimizer.cc97 if (!IsSize(*input1.node) || !IsSize(*input2.node)) { in Optimize()
/external/tensorflow/tensorflow/core/grappler/
Dop_types.h144 bool IsSize(const NodeDef& node);
Dop_types.cc444 bool IsSize(const NodeDef& node) { return node.op() == "Size"; } in IsSize() function
/external/webrtc/talk/media/base/
Dvideoframe_unittest.h430 static bool IsSize(const cricket::VideoFrame& frame, in IsSize() function
478 return IsSize(frame, static_cast<uint32_t>(width), in IsEqual()
1354 EXPECT_TRUE(IsSize(frame, kWidth, kHeight)); in ConstructBlack()
1933 EXPECT_TRUE(IsSize(source, kWidth * 2, kHeight * 2)); in StretchToFrame()
/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/grappler/costs/
Dgraph_properties.cc1395 } else if (IsSize(node)) { in MaybeUpdateNodeContextOutput()