Home
last modified time | relevance | path

Searched defs:const_zero (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/tpu/kernels/xla/
Dget_item_op.cc47 auto const_zero = xla::ConstantR0(ctx->builder(), 0); in Compile() local
Dinplace_ops.cc60 auto const_zero = xla::ConstantR0(builder, 0); in Compile() local
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/depr/depr.function.objects/
Dadaptors.depr_in_cxx11.verify.cpp22 int const_zero() const { return 0; } in const_zero() function
/external/libcxx/test/libcxx/depr/depr.function.objects/
Dadaptors.depr_in_cxx11.fail.cpp29 int const_zero() const { return 0; } in const_zero() function
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tfl.cc2781 Value const_zero = getTosaConstTensorSingleF32(rewriter, op, 0.0); in LegalizeFloatingPointPrelu() local
2882 Value const_zero = getTosaConstTensorSingleI32(rewriter, op, 0); in matchAndRewrite() local
Dlegalize_tf.cc1992 Value const_zero = getTosaConstTensorSingleF32(rewriter, op, 0.0); in matchAndRewrite() local