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

  /external/tensorflow/tensorflow/core/framework/
tensor_shape.cc 255 // set_ndims_byte(b.ndims_byte());
259 set_ndims_byte(b.ndims_byte());
326 CHECK_LT(ndims_byte(), MaxDimensions()) << "Too many dimensions in tensor";
339 const int nd = ndims_byte();
481 fprintf(stderr, "REP16 NDIMS: %d\n", ndims_byte());
482 for (int i = 0; i < ndims_byte(); i++) {
487 for (int i = 0; i < ndims_byte(); i++) {
492 for (int i = 0; i < ndims_byte(); i++) {
tensor_shape.h 138 uint8 ndims_byte() const { return buf()[14]; } function in class:tensorflow::TensorShapeRep
226 return kIsPartial && ndims_byte() == kUnknownRank;
232 uint8 dims = ndims_byte();
495 // set_ndims_byte(b.ndims_byte());
507 // set_ndims_byte(b.ndims_byte());
524 // set_ndims_byte(b.ndims_byte());
537 // set_ndims_byte(b.ndims_byte());

Completed in 478 milliseconds