Searched defs:x_loc (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter_unnested.cc | 2345 llvm::Value* x_loc = builder->CreateAdd( in EmitFullElementalTile() local 2376 llvm::Value* x_loc = builder->CreateAdd( in EmitPartialElementalTile() local 2458 llvm::Value* x_loc, int64 /*x_iter_num*/) { in EmitTileElementForCopy() 2488 llvm::Value* x_loc, int64 /*x_iter_num*/) { in EmitTileElementForFusion() 2855 llvm::Value* x_loc, int64 x_iter_num) { in EmitTileElementForReduction() 3155 llvm::Value* x_loc, int64 /*x_iter_num*/) { in EmitKernel() 3181 int64 x_iter_num) { in EmitKernel() 3259 llvm::Value* x_loc, int64 x_iter_num) { in EmitHlo021Tile() 3780 llvm::Value* x_loc, int64 x_iter_num) { in EmitReductionToVector()
|
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | layers_test.py | 3582 def _SpatialSoftmax(self, x_loc, y_loc, height, width, batch_size, nchannels): argument
|