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

  /external/tensorflow/tensorflow/core/kernels/
compare_and_bitpack_op.h 32 struct CompareAndBitpack {
compare_and_bitpack_op.cc 70 functor::CompareAndBitpack<Device, T> func;
77 Name("CompareAndBitpack").Device(DEVICE_CPU).TypeConstraint<type>("T"), \
143 struct CompareAndBitpack<CPUDevice, T> {
171 Name("CompareAndBitpack").Device(DEVICE_GPU).TypeConstraint<type>("T"), \
183 void CompareAndBitpack<GPUDevice, T>::operator()( \
187 extern template struct CompareAndBitpack<GPUDevice, T>;
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 232 milliseconds