/external/tensorflow/tensorflow/core/kernels/mlir_generated/ |
D | gpu_op_ceil.cc | 21 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);
|
D | cpu_op_ceil.cc | 21 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/ |
D | ceil_test.cc | 28 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/ |
D | Ceil.pbtxt | 2 name: "Ceil" 24 name: "Ceil" 47 name: "Ceil"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | Ceil.pbtxt | 2 name: "Ceil" 24 name: "Ceil" 47 name: "Ceil"
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_Ceil.pbtxt | 2 graph_op_name: "Ceil" 4 name: "math.Ceil"
|
/external/skia/tests/sksl/intrinsics/ |
D | Ceil.asm.frag | 99 %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/ |
D | floor_ceil_test.cc | 46 Ceil(c); in TestR1F32() 59 Ceil(c); in TestR0F32()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | unary_ops_composition.cc | 229 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/ |
D | api_def_Ceil.pbtxt | 2 graph_op_name: "Ceil"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Ceil.pbtxt | 2 graph_op_name: "Ceil"
|
/external/tensorflow/tensorflow/core/kernels/mlir_generated/op_definitions/ |
D | ceil.mlir.tmpl | 3 %0 = "tf.Ceil"(%arg0) : (tensor<*xelem_type>) -> tensor<*xoutput_type>
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | ceil.h | 26 inline void Ceil(const RuntimeShape& input_shape, const float* input_data, in Ceil() function
|
/external/tensorflow/tensorflow/compiler/mlir/tfrt/python_tests/regression_tests/ |
D | broadcasting_11.mlir | 4 …%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/ |
D | linspace.rs | 37 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/ |
D | range_f.cc | 38 Range RangeF::Ceil() const { in Ceil() function in gfx::RangeF
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | ceil.cc | 55 optimized_ops::Ceil(GetTensorShape(input), GetTensorData<float>(input), in Eval()
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/include/spirv/1.2/ |
D | OpenCL.std.h | 44 Ceil = 12, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.0/ |
D | OpenCL.std.h | 44 Ceil = 12, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
D | OpenCL.std.h | 44 Ceil = 12, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.2/ |
D | OpenCL.std.h | 44 Ceil = 12, enumerator
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/include/spirv/1.1/ |
D | OpenCL.std.h | 44 Ceil = 12, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
D | OpenCL.std.h | 44 Ceil = 12, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/ |
D | OpenCL.std.h | 44 Ceil = 12, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/ |
D | OpenCL.std.h | 44 Ceil = 12, enumerator
|