Searched refs:ComputeConstant (Results 1 - 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
H A Dservice_interface.h101 virtual tensorflow::Status ComputeConstant(
/external/llvm/include/llvm/Analysis/
H A DSparsePropagation.h70 /// ComputeConstant - Given a constant value, compute and return a lattice
72 virtual LatticeVal ComputeConstant(Constant *C) { function in class:llvm::AbstractLatticeFunction
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DSparsePropagation.h69 /// ComputeConstant - Given a constant value, compute and return a lattice
71 virtual LatticeVal ComputeConstant(Constant *C) { function in class:llvm::AbstractLatticeFunction
/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dgraph_compiler.cc76 builder->ComputeConstant(expressions[i]->handle()));
H A Dxla_op_kernel.cc145 builder()->ComputeConstant(handle, &layout);
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dservice.h190 tensorflow::Status ComputeConstant(const ComputeConstantRequest* arg,
H A Dservice.cc1198 tensorflow::Status Service::ComputeConstant(const ComputeConstantRequest* arg, function in class:xla::Service
1221 "Operand to ComputeConstant depends on a parameter.\n\n"
/external/llvm/lib/Analysis/
H A DSparsePropagation.cpp61 LV = LatticeFunc->ComputeConstant(C);
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DSparsePropagation.cpp60 LV = LatticeFunc->ComputeConstant(C);
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dcompute_constant_test.cc76 TF_ASSIGN_OR_RETURN(auto computed, builder->ComputeConstant(
H A Dclient_library_test_base.cc453 builder->ComputeConstant(operand, /*output_layout=*/nullptr, arguments));
/external/tensorflow/tensorflow/compiler/xla/client/
H A Dcomputation_builder.cc1159 StatusOr<std::unique_ptr<Literal>> ComputationBuilder::ComputeConstant( function in class:xla::ComputationBuilder
1177 Status s = client_->stub()->ComputeConstant(&request, &response);
1184 VLOG(3) << "ComputeConstant: {" << response.DebugString() << "}";
1188 "no computed literal in the provided response in ComputeConstant "
H A Dcomputation_builder.h740 // Unlike `ComputeConstant`, `IsConstant` tests whether a computation is a
803 // constant without evaluation it. `ComputeConstant` only succeeds for
810 // computation of the shape of something and ComputeConstant lets
816 StatusOr<std::unique_ptr<Literal>> ComputeConstant(

Completed in 225 milliseconds