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

  /external/tensorflow/tensorflow/cc/framework/
gradients_test.cc 390 auto z_const = Const(scope_test_, {{9.0, 10.0, 11.0}}); local
391 auto z_assign = Assign(scope_test_, z, z_const);
419 auto z_const = Const(scope_test_, {{9.0, 10.0, 11.0}}); local
420 auto z_assign = Assign(scope_test_, z, z_const);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zconf.h 221 #if defined(ZLIB_CONST) && !defined(z_const)
222 # define z_const const macro
224 # define z_const macro
  /external/python/cpython2/Modules/zlib/
zconf.h 221 #if defined(ZLIB_CONST) && !defined(z_const)
222 # define z_const const macro
224 # define z_const macro
  /toolchain/binutils/binutils-2.27/zlib/
zconf.h 221 #if defined(ZLIB_CONST) && !defined(z_const)
222 # define z_const const macro
224 # define z_const macro
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zconf.h 234 #if defined(ZLIB_CONST) && !defined(z_const)
235 # define z_const const macro
237 # define z_const macro
  /external/python/cpython3/Modules/zlib/
zconf.h 234 #if defined(ZLIB_CONST) && !defined(z_const)
235 # define z_const const macro
237 # define z_const macro
  /external/zlib/src/
zconf.h 234 #if defined(ZLIB_CONST) && !defined(z_const)
235 # define z_const const macro
237 # define z_const macro

Completed in 244 milliseconds