HomeSort by relevance Sort by last modified time
    Searched refs:ComputeConstant (Results 1 - 19 of 19) sorted by null

  /external/llvm/include/llvm/Analysis/
SparsePropagation.h 70 /// ComputeConstant - Given a constant value, compute and return a lattice
72 virtual LatticeVal ComputeConstant(Constant *C) {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
SparsePropagation.h 69 /// ComputeConstant - Given a constant value, compute and return a lattice
71 virtual LatticeVal ComputeConstant(Constant *C) {
  /external/tensorflow/tensorflow/compiler/xla/
service_interface.h 101 virtual tensorflow::Status ComputeConstant(
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
SparsePropagation.h 70 /// ComputeConstant - Given a constant value, compute and return a lattice
72 virtual LatticeVal ComputeConstant(Constant *C) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
SparsePropagation.h 70 /// ComputeConstant - Given a constant value, compute and return a lattice
72 virtual LatticeVal ComputeConstant(Constant *C) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
SparsePropagation.h 70 /// ComputeConstant - Given a constant value, compute and return a lattice
72 virtual LatticeVal ComputeConstant(Constant *C) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
SparsePropagation.h 70 /// ComputeConstant - Given a constant value, compute and return a lattice
72 virtual LatticeVal ComputeConstant(Constant *C) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
SparsePropagation.h 70 /// ComputeConstant - Given a constant value, compute and return a lattice
72 virtual LatticeVal ComputeConstant(Constant *C) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
SparsePropagation.h 70 /// ComputeConstant - Given a constant value, compute and return a lattice
72 virtual LatticeVal ComputeConstant(Constant *C) {
  /external/tensorflow/tensorflow/compiler/tf2xla/
graph_compiler.cc 76 builder->ComputeConstant(expressions[i]->handle()));
xla_op_kernel.cc 145 builder()->ComputeConstant(handle, &layout);
  /external/tensorflow/tensorflow/compiler/xla/service/
service.h 190 tensorflow::Status ComputeConstant(const ComputeConstantRequest* arg,
service.cc     [all...]
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 61 LV = LatticeFunc->ComputeConstant(C);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
SparsePropagation.cpp 60 LV = LatticeFunc->ComputeConstant(C);
  /external/tensorflow/tensorflow/compiler/xla/tests/
compute_constant_test.cc 76 TF_ASSIGN_OR_RETURN(auto computed, builder->ComputeConstant(
client_library_test_base.cc 453 builder->ComputeConstant(operand, /*output_layout=*/nullptr, arguments));
  /external/tensorflow/tensorflow/compiler/xla/client/
computation_builder.cc     [all...]
computation_builder.h     [all...]

Completed in 641 milliseconds