HomeSort by relevance Sort by last modified time
    Searched full:packop (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
pack_op.cc 43 class PackOp : public OpKernel {
48 explicit PackOp(OpKernelConstruction* context) : OpKernel(context) {
138 PackOp<CPUDevice, type>)
156 PackOp<GPUDevice, type>)
172 PackOp<CPUDevice, int32>);
180 PackOp<SYCLDevice, type>)
188 PackOp<CPUDevice, int32>);
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
pack_op.cc 39 class PackOp : public XlaOpKernel {
41 explicit PackOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) {
90 REGISTER_XLA_OP(Name("Pack"), PackOp);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.cpp     [all...]

Completed in 221 milliseconds