Home
last modified time | relevance | path

Searched defs:shape_constant (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dshape_util.cc25 Tensor* shape_constant) { in TensorShapeToConstant()
Dshape_op.cc40 Tensor shape_constant(out_dtype_, TensorShape({input_shape.dims()})); in Compile() local
60 Tensor shape_constant(out_dtype_, TensorShape({input_shape.dims()})); in Compile() local
Dvariable_ops.cc53 Tensor shape_constant(out_dtype_, TensorShape({shape.dims()})); in Compile() local
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dfused_ir_emitter.cc94 llvm::Constant* shape_constant = llvm::ConstantExpr::getBitCast( in HandleConstant() local