HomeSort by relevance Sort by last modified time
    Searched refs:BitcastOp (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/c/kernels/
bitcast_op.cc 25 // BitcastOp implements a bitcast kernel, creating an output tensor that shares
43 typedef struct BitcastOp {
48 } BitcastOp;
51 auto* kernel = new BitcastOp;
86 delete static_cast<BitcastOp*>(kernel);
90 auto* k = static_cast<BitcastOp*>(kernel);
145 TF_RegisterKernelBuilder("BitcastOp", builder, status);
155 TF_RegisterKernelBuilder("BitcastOp", builder, status);
167 if (SHOULD_REGISTER_OP_KERNEL("BitcastOp")) {
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
cast_op.cc 100 class BitcastOp : public XlaOpKernel {
102 explicit BitcastOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) {
139 TF_DISALLOW_COPY_AND_ASSIGN(BitcastOp);
142 REGISTER_XLA_OP(Name("Bitcast"), BitcastOp);
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 184 milliseconds