Home
last modified time | relevance | path

Searched refs:Ceil (Results 1 – 25 of 184) sorted by relevance

12345678

/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dgpu_op_ceil.cc21 GENERATE_AND_REGISTER_UNARY_GPU_KERNEL(Ceil, DT_HALF);
22 GENERATE_AND_REGISTER_UNARY_GPU_KERNEL(Ceil, DT_FLOAT);
23 GENERATE_AND_REGISTER_UNARY_GPU_KERNEL(Ceil, DT_DOUBLE);
Dcpu_op_ceil.cc21 GENERATE_AND_REGISTER_UNARY_CPU_KERNEL(Ceil, DT_HALF);
22 GENERATE_AND_REGISTER_UNARY_CPU_KERNEL(Ceil, DT_FLOAT);
23 GENERATE_AND_REGISTER_UNARY_CPU_KERNEL(Ceil, DT_DOUBLE);
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dceil_test.cc28 TEST(Ceil, 4D) {
47 TEST(Ceil, 3D) {
65 TEST(Ceil, 2D) {
82 TEST(Ceil, 1D) {
97 TEST(Ceil, MultiThreading) { in TEST() argument
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DCeil.pbtxt2 name: "Ceil"
24 name: "Ceil"
47 name: "Ceil"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DCeil.pbtxt2 name: "Ceil"
24 name: "Ceil"
47 name: "Ceil"
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_Ceil.pbtxt2 graph_op_name: "Ceil"
4 name: "math.Ceil"
/external/skia/tests/sksl/intrinsics/
DCeil.asm.frag99 %33 = OpExtInst %float %1 Ceil %39
107 %43 = OpExtInst %v2float %1 Ceil %46
120 %54 = OpExtInst %v3float %1 Ceil %57
132 %66 = OpExtInst %v4float %1 Ceil %68
/external/tensorflow/tensorflow/compiler/xla/tests/
Dfloor_ceil_test.cc46 Ceil(c); in TestR1F32()
59 Ceil(c); in TestR0F32()
/external/tensorflow/tensorflow/core/kernels/
Dunary_ops_composition.cc229 REGISTER_COMPUTE_FN(Ceil); in UnaryOpsCompositionSupport()
268 REGISTER_COMPUTE_FN_HELPER(Ceil, functor::ceil<T>);
299 REGISTER_COMPUTE_FN(Ceil); in UnaryOpsCompositionSupport()
327 REGISTER_COMPUTE_FN_HELPER(Ceil, functor::ceil<T>);
359 REGISTER_COMPUTE_FN(Ceil); in UnaryOpsCompositionSupport()
397 REGISTER_COMPUTE_FN_HELPER(Ceil, functor::ceil<T>);
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_Ceil.pbtxt2 graph_op_name: "Ceil"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Ceil.pbtxt2 graph_op_name: "Ceil"
/external/tensorflow/tensorflow/core/kernels/mlir_generated/op_definitions/
Dceil.mlir.tmpl3 %0 = "tf.Ceil"(%arg0) : (tensor<*xelem_type>) -> tensor<*xoutput_type>
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dceil.h26 inline void Ceil(const RuntimeShape& input_shape, const float* input_data, in Ceil() function
/external/tensorflow/tensorflow/compiler/mlir/tfrt/python_tests/regression_tests/
Dbroadcasting_11.mlir4 …%2 = "tf.Ceil"(%1) { device = "/job:localhost/replica:0/task:0/device:CPU:0" } : (tensor<?x?x?xf32…
17 …%15 = "tf.Ceil"(%14) { device = "/job:localhost/replica:0/task:0/device:CPU:0" } : (tensor<?x?x?xf…
/external/rust/crates/plotters/src/coord/ranged1d/combinators/
Dlinspace.rs37 pub struct Ceil<V>(PhantomData<V>); struct
39 impl<V: PartialOrd> LinspaceRoundingMethod<V> for Ceil<V> { implementation
209 pub fn use_ceil(self) -> Linspace<T, S, Ceil<T::ValueType>> { in use_ceil()
/external/libchrome/ui/gfx/range/
Drange_f.cc38 Range RangeF::Ceil() const { in Ceil() function in gfx::RangeF
/external/tensorflow/tensorflow/lite/kernels/
Dceil.cc55 optimized_ops::Ceil(GetTensorShape(input), GetTensorData<float>(input), in Eval()
/external/angle/third_party/vulkan-deps/spirv-headers/src/include/spirv/1.2/
DOpenCL.std.h44 Ceil = 12, enumerator
/external/shaderc/spirv-headers/include/spirv/1.0/
DOpenCL.std.h44 Ceil = 12, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
DOpenCL.std.h44 Ceil = 12, enumerator
/external/shaderc/spirv-headers/include/spirv/1.2/
DOpenCL.std.h44 Ceil = 12, enumerator
/external/angle/third_party/vulkan-deps/spirv-headers/src/include/spirv/1.1/
DOpenCL.std.h44 Ceil = 12, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
DOpenCL.std.h44 Ceil = 12, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
DOpenCL.std.h44 Ceil = 12, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
DOpenCL.std.h44 Ceil = 12, enumerator

12345678