Home
last modified time | relevance | path

Searched refs:bool_const (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/test/Dialect/SPIRV/Serialization/
Dconstant.mlir4 // CHECK-LABEL: @bool_const
5 spv.func @bool_const() -> () "None" {
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session_test.cc1645 Node* bool_const = test::graph::Constant(&g, bool_value); in TEST() local
1646 Node* switch_node = test::graph::Switch(&g, bool_const, bool_const); in TEST()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding_test.cc1220 Output bool_const = ops::Const(s.WithOpName("bool_const"), true, {5}); in TEST_F() local
1222 ops::LogicalAnd(s.WithOpName("bool_and"), bool_const, bool_const); in TEST_F()