Searched refs:ConstantResource (Results 1 – 4 of 4) sorted by relevance
78 static XlaExpression ConstantResource(Tensor value, XlaResource* resource);
138 XlaExpression::ConstantResource(constant_, resource_.get()); in TEST_F()
41 XlaExpression XlaExpression::ConstantResource(Tensor value, in ConstantResource() function in tensorflow::XlaExpression
990 : XlaExpression::ConstantResource(arg.constant_value, resource); in BuildArguments()