Home
last modified time | relevance | path

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

/external/libcxx/test/libcxx/depr/depr.function.objects/
Ddepr.adaptors.cxx1z.pass.cpp28 int zero_const() const { return 1; } in zero_const() function
59 &Foo::zero_const)))>::value), in main()
/external/llvm-project/libcxx/test/libcxx/depr/depr.function.objects/
Ddepr.adaptors.cxx1z.pass.cpp29 int zero_const() const { return 1; } in zero_const() function
60 &Foo::zero_const)))>::value), in main()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc2376 auto zero_const = rewriter.create<TF::ConstOp>(op.getLoc(), zero_attr); in matchAndRewrite() local
2378 op, result_type, op.getOperand(), zero_const, false); in matchAndRewrite()
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/
Dlegalization.md389 %zero_const = tosa.CONST({0}) : () -> tensor<{1}, float>
397 …%zero_reshape = tosa.RESHAPE(%zero_const) {new_shape=bcast_shape} : (tensor<%zero_const.type>) -> …