Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dperformance-inefficient-vector-operation.cpp79 int add_z() const; // optional int add_z;
358 foo.add_z(); in f()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dserialization.cc237 shape_builder.add_z(shape.z); in operator ()()
308 uint3_builder.add_z(v.z); in Encode()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dserialization_base_generated.h454 void add_z(int32_t z) { in add_z() function
479 builder_.add_z(z);
520 void add_z(int32_t z) { in add_z() function
540 builder_.add_z(z);
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dserialization.cc328 int3_builder.add_z(v.z); in Encode()