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

  /external/tensorflow/tensorflow/core/kernels/
reshape_op.h 50 OP_REQUIRES_OK(context, ValidateSizes<int32>(sizes, &product,
54 OP_REQUIRES_OK(context, ValidateSizes<int64>(sizes, &product,
94 Status ValidateSizes(const Tensor& sizes, int64* product, int* unknown_index,
mkl_reshape_op.cc 87 OP_REQUIRES_OK(context, ValidateSizes<int32>(sizes, &product,
91 OP_REQUIRES_OK(context, ValidateSizes<int64>(sizes, &product,
222 Status ValidateSizes(const Tensor& sizes, int64* product, int* unknown_index,
  /external/dng_sdk/source/
dng_host.cpp 108 void dng_host::ValidateSizes ()

Completed in 686 milliseconds