Home
last modified time | relevance | path

Searched refs:dummy_const (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/serde_derive/src/
Ddummy.rs15 let dummy_const = if cfg!(underscore_consts) { in wrap_in_const() localVariable
34 const #dummy_const: () = { in wrap_in_const()
/external/rust/crates/num-derive/src/
Dlib.rs111 let dummy_const = Ident::new( in dummy_const_trick() localVariable
117 const #dummy_const: () = { in dummy_const_trick()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc2064 Value dummy_const = rewriter.create<ConstOp>( in matchAndRewrite() local
2067 dummy_const = rewriter.create<tensor::CastOp>( in matchAndRewrite()
2068 op.getLoc(), reserve_space_3_type, dummy_const); in matchAndRewrite()
2073 /*reserve_space_3=*/dummy_const}); in matchAndRewrite()
2108 Value dummy_const = rewriter.create<ConstOp>( in matchAndRewrite() local
2111 dummy_const = rewriter.create<tensor::CastOp>( in matchAndRewrite()
2112 op.getLoc(), reserve_space_3_type, dummy_const); in matchAndRewrite()
2118 /*reserve_space_3=*/dummy_const}); in matchAndRewrite()
/external/tensorflow/tensorflow/python/ops/
Dgradients_test.py300 dummy_const = constant_op.constant(0.0)
302 dummy_const,