Home
last modified time | relevance | path

Searched refs:ExecutionEnvironment (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/
DScope.java18 import org.tensorflow.ExecutionEnvironment;
87 public Scope(ExecutionEnvironment env) { in Scope()
92 public ExecutionEnvironment env() { in env()
154 ExecutionEnvironment env, NameScope nameScope, Iterable<Operand<?>> controlDependencies) { in Scope()
185 private final ExecutionEnvironment env;
/external/llvm-project/flang/runtime/
Denvironment.h30 struct ExecutionEnvironment { struct
40 extern ExecutionEnvironment executionEnvironment; argument
Denvironment.cpp18 ExecutionEnvironment executionEnvironment;
39 void ExecutionEnvironment::Configure( in Configure()
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DExecutionEnvironment.java19 public interface ExecutionEnvironment { interface
DEagerSession.java38 public final class EagerSession implements ExecutionEnvironment, AutoCloseable {
DGraph.java28 public final class Graph implements ExecutionEnvironment, AutoCloseable {
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
DTestUtil.java53 public static <T> Output<T> constant(ExecutionEnvironment env, String name, Object value) { in constant()
70 public static <T> Output<T> addN(ExecutionEnvironment env, Output<?>... inputs) { in addN()