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

  /external/tensorflow/tensorflow/compiler/tf2xla/
graph_compiler.h 64 flib_(flib),
88 FunctionLibraryRuntime* flib_; member in class:tensorflow::GraphCompiler
graph_compiler.cc 109 Status s = flib_->CreateKernel(n->def(), &op_kernel_raw);
169 (flib_->GetFunctionLibraryDefinition()->Find(n->def().op()) !=
183 if (flib_->GetFunctionLibraryDefinition()->Find(n->def().op())) {
  /external/tensorflow/tensorflow/c/eager/
runtime.h 175 : device_(nullptr), flib_(nullptr), rendez_(rendez) {}
186 FunctionLibraryRuntime* flib_; member in class:tensorflow::KernelAndDevice
runtime.cc 248 out->flib_ = nullptr;
259 out->flib_ = flib;
284 params.function_library = flib_;
  /external/tensorflow/tensorflow/core/framework/
op_kernel.h 321 FunctionLibraryRuntime* function_library() const { return flib_; }
350 FunctionLibraryRuntime* flib_; member in class:tensorflow::OpKernelConstruction
    [all...]
op_kernel.cc 195 flib_(flib),
    [all...]

Completed in 128 milliseconds