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

  /external/libavc/encoder/
ime.h 48 #define NUM_LAYERS 16
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
rev_block_lib_test.py 40 NUM_LAYERS = 4
55 block = rev_block_lib.RevBlock(f, g, num_layers=3)
78 block = rev_block_lib.RevBlock(f, g, num_layers=3)
126 num_layers=self.NUM_LAYERS)
139 num_layers=self.NUM_LAYERS,
211 y1, y2 = rev_block_lib.rev_block(x1, x2, f, g, num_layers=self.NUM_LAYERS)
216 y1, y2 = rev_block_lib.rev_block(x1, x2, f, g, num_layers=self.NUM_LAYERS
    [all...]

Completed in 3333 milliseconds